Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. {
  2. "procesos": [
  3. {
  4. "id": 1,
  5. "descripcion": "049 INFORMAR, ORIENTAR Y ACTIVAR"
  6. },
  7. {
  8. "id": 9,
  9. "descripcion": "187 PRIMERA VALORACIÓN RIESGO"
  10. },
  11. {
  12. "id": 3,
  13. "descripcion": "070 PRENATAL"
  14. },
  15. {
  16. "id": 6,
  17. "descripcion": "156 VIOLENCIA DE GÉNERO"
  18. },
  19. {
  20. "id": 8,
  21. "descripcion": "177 PII PARA RIESGO MODERADO GRAVE"
  22. },
  23. {
  24. "id": 10,
  25. "descripcion": "195 PII E INTERVENCIÓN EN RIESGO LEVE"
  26. },
  27. {
  28. "id": 2,
  29. "descripcion": "067 INTERVENCIÓN RMG DESPROTECCIÓN MENORES"
  30. },
  31. {
  32. "id": 12,
  33. "descripcion": "214 INTERVENCIÓN RMG AUTONOMÍA PERSONAL"
  34. },
  35. {
  36. "id": 13,
  37. "descripcion": "217 INTERVENCIÓN RMG INCLUSIÓN"
  38. }
  39. ],
  40. "tareas": [
  41. {
  42. "id": 7,
  43. "descripcion": "Informar, Orientar y Activar",
  44. "fase": {
  45. "id": 3,
  46. "descripcion": "Intervención"
  47. }
  48. },
  49. {
  50. "id": 5,
  51. "descripcion": "Valoración Nivel de Riesgo",
  52. "fase": {
  53. "id": 1,
  54. "descripcion": "Valoración"
  55. }
  56. },
  57. {
  58. "id": 8,
  59. "descripcion": "Valoración Maltrato Prenatal",
  60. "fase": {
  61. "id": 1,
  62. "descripcion": "Valoración"
  63. }
  64. },
  65. {
  66. "id": 1,
  67. "descripcion": "Valoración VG",
  68. "fase": {
  69. "id": 1,
  70. "descripcion": "Valoración"
  71. }
  72. },
  73. {
  74. "id": 16,
  75. "descripcion": "Intervención PII e Intervención Riesgo Leve",
  76. "fase": {
  77. "id": 3,
  78. "descripcion": "Intervención"
  79. }
  80. },
  81. {
  82. "id": 6,
  83. "descripcion": "Valoración Riesgo MG",
  84. "fase": {
  85. "id": 1,
  86. "descripcion": "Valoración"
  87. }
  88. },
  89. {
  90. "id": 4,
  91. "descripcion": "Intervención RMG Desprotección",
  92. "fase": {
  93. "id": 3,
  94. "descripcion": "Intervención"
  95. }
  96. },
  97. {
  98. "id": 13,
  99. "descripcion": "Intervención RMG Autonomía",
  100. "fase": {
  101. "id": 3,
  102. "descripcion": "Intervención"
  103. }
  104. },
  105. {
  106. "id": 14,
  107. "descripcion": "Intervención RMG Inclusión",
  108. "fase": {
  109. "id": 3,
  110. "descripcion": "Intervención"
  111. }
  112. }
  113. ]
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement