Skip to content

Commit

Permalink
Fixed encounter name
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlaw committed Aug 21, 2024
1 parent c15917f commit 926b3c7
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "5512c4aa-b983-4cac-8fa1-de143267719f",
"description": "Anthropométrie",
"version": "1"
"version": "1",
"published": true,
"retired": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "b11bef46-cb83-47b1-90b7-75ac5dd629e3",
"description": "Suivi d’urgences",
"version": "1"
"version": "1",
"published": true,
"retired": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "d1f43dba-e483-4ded-aedf-40f84de577a2",
"description": "Echographie gynécologique",
"version": "1"
"version": "1",
"published": true,
"retired": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "e2d88e5b-6391-4dda-ac2f-4b48b2d1e86b",
"description": "Moyen de transport",
"version": "1"
"version": "1",
"published": true,
"retired": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,11 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "9ddbe11e-b6ac-4788-a146-ef258853e129",
"description": "Echographie obstétricale 2",
"version": "1"
"version": "1",
"published": true,
"retired": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,11 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "acad07d9-945f-415d-a5b0-5cc1dc701115",
"description": "Echographie obstétricale 3",
"version": "1"
"version": "1",
"published": true,
"retired": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,11 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "00716af3-1d4b-4cdf-aa8e-0800743d1542",
"description": "Examen physique",
"version": "1"
"version": "1",
"published": true,
"retired": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "4ae0cfeb-7834-43fe-b6fb-37d2f63cf37c",
"description": "Referral form",
Expand Down
2 changes: 1 addition & 1 deletion configs/openmrs/initializer_config/ampathforms/triage.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"encounter": "Consultation",
"referencedForms": [],
"uuid": "4a9b9960-389a-4498-bda4-f0c03c7be877",
"description": "Triage Form",
Expand Down
15 changes: 11 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,25 @@
<excludes>
<exclude>distro/configs/**/address*/*demo.*</exclude>
<exclude>distro/configs/**/concepts/*demo.csv</exclude>
<exclude>distro/configs/**/concepts/general.csv</exclude>
<exclude>distro/configs/**/concepts/visittypes-core_data.csv</exclude>
<exclude>distro/configs/**/program*</exclude>
<exclude>distro/configs/**/ampathforms/</exclude>
<exclude>distro/configs/**/ampathforms/*core_demo.json</exclude>
<exclude>distro/configs/**/ampathforms/stuctured_soap_note.json</exclude>
<exclude>distro/configs/**/ampath_poc_adult_return_visit_form_v1.6_core-demo.json</exclude>
<exclude>distro/configs/**/ampathformstranslations/</exclude>
<exclude>distro/configs/**/appointment*/</exclude>
<exclude>distro/configs/**/attributetypes/</exclude>
<exclude>distro/configs/**/globalproperties/*demo.xml</exclude>
<exclude>distro/configs/**/drugs/</exclude>
<exclude>distro/configs/**/locations/</exclude>
<exclude>distro/configs/**/drugs/drugs-core_demo.csv</exclude>
<exclude>distro/configs/**/locations/locations-core_demo.csv</exclude>
<exclude>distro/configs/**/patientidentifiertypes/</exclude>
<exclude>distro/configs/**/personattributetypes/</exclude>
<exclude>distro/configs/**/visittypes*</exclude>
<exclude>distro/configs/**/ozone_logo_color.svg</exclude>
<exclude>distro/configs/**/ozone_logo_white.svg</exclude>
<exclude>distro/configs/**/Consultation.json</exclude>
<exclude>distro/configs/**/Physical_examination.json</exclude>
<exclude>distro/configs/**/encountertypes_core-demo.csv</exclude>
</excludes>
</resource>
</resources>
Expand Down

0 comments on commit 926b3c7

Please sign in to comment.