diff --git a/Conectaton Argentina.postman_collection.json b/Conectaton Argentina.postman_collection.json
new file mode 100644
index 0000000..e137b1c
--- /dev/null
+++ b/Conectaton Argentina.postman_collection.json
@@ -0,0 +1,194 @@
+{
+ "info": {
+ "_postman_id": "aeabae6d-c2de-4c02-b876-b52736a4b737",
+ "name": "Conectaton Argentina",
+ "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
+ "_exporter_id": "650718"
+ },
+ "item": [
+ {
+ "name": "IPS",
+ "item": [
+ {
+ "name": "ITI-78 - Get Patient",
+ "request": {
+ "method": "GET",
+ "header": [],
+ "url": {
+ "raw": "{{NODO_BASE_URL}}/fhir/Patient/:patientt_id",
+ "host": [
+ "{{NODO_BASE_URL}}"
+ ],
+ "path": [
+ "fhir",
+ "Patient",
+ ":patientt_id"
+ ],
+ "variable": [
+ {
+ "key": "patientt_id",
+ "value": "5037513"
+ }
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "ITI-78 - Find Patient",
+ "request": {
+ "method": "GET",
+ "header": [],
+ "url": {
+ "raw": "{{NODO_BASE_URL}}/fhir/Patient?identifier=http://www.renaper.gob.ar/dni|30945027",
+ "host": [
+ "{{NODO_BASE_URL}}"
+ ],
+ "path": [
+ "fhir",
+ "Patient"
+ ],
+ "query": [
+ {
+ "key": "identifier",
+ "value": "http://www.renaper.gob.ar/dni|30945027"
+ }
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "ITI-104 - Create/Update Patient",
+ "request": {
+ "method": "POST",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": "{\r\n \"resourceType\" : \"Patient\",\r\n \"meta\" : {\r\n \"profile\" : [\r\n \"http://fhir.msal.gob.ar/core/StructureDefinition/Patient-ar-core\"\r\n ]\r\n },\r\n \"identifier\" : [\r\n {\r\n \"use\" : \"official\",\r\n \"system\" : \"http://www.renaper.gob.ar/dni\",\r\n \"value\" : \"30945027\"\r\n },\r\n {\r\n \"use\" : \"usual\",\r\n \"system\" : \"https://agomez.pythonanywhere.com/hsi\",\r\n \"value\" : \"a999998\"\r\n }\r\n ],\r\n \"active\" : true,\r\n \"name\" : [\r\n {\r\n \"use\" : \"official\",\r\n \"text\" : \"Alejandro Gomez Auad\",\r\n \"family\" : \"Gomez Auad\",\r\n \"_family\" : {\r\n \"extension\" : [\r\n {\r\n \"url\" : \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\r\n \"valueString\" : \"Gomez\"\r\n },\r\n {\r\n \"url\" : \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\r\n \"valueString\" : \"Auad\"\r\n }\r\n ]\r\n },\r\n \"given\" : [\r\n \"Alejandro\"\r\n ]\r\n }\r\n ],\r\n \"telecom\" : [\r\n {\r\n \"system\" : \"phone\",\r\n \"value\" : \"1155555555\"\r\n }\r\n ],\r\n \"gender\" : \"male\",\r\n \"birthDate\" : \"1983-04-17\"\r\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{NODO_BASE_URL}}/fhir/Patient",
+ "host": [
+ "{{NODO_BASE_URL}}"
+ ],
+ "path": [
+ "fhir",
+ "Patient"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "ITI-65 - Provide IPS Transaction",
+ "request": {
+ "method": "POST",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleTransaccAR\"\r\n ]\r\n },\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:297cf925-20ac-4667-a881-284560b67206\",\r\n \"resource\": {\r\n \"resourceType\": \"List\",\r\n \"id\": \"submissionset-001\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"http://conectataton.msal.gov.ar/StructureDefinition/ListAR\"\r\n ]\r\n },\r\n \"status\": \"current\",\r\n \"mode\": \"working\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes\",\r\n \"code\": \"submissionset\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"identifier\": {\r\n \"system\": \"https://federador.msal.gob.ar/patient-id\",\r\n \"value\": \"5037097\"\r\n }\r\n },\r\n \"date\": \"2026-04-21T10:00:00-03:00\",\r\n \"source\": {\r\n \"identifier\": {\r\n \"system\": \"https://federador.msal.gob.ar/uri\",\r\n \"value\": \"efector-001\"\r\n }\r\n },\r\n \"entry\": [\r\n {\r\n \"item\": {\r\n \"reference\": \"urn:uuid:1344c85d-4043-434c-b149-e81e5e735965\"\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"List\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:1344c85d-4043-434c-b149-e81e5e735965\",\r\n \"resource\": {\r\n \"resourceType\": \"DocumentReference\",\r\n \"id\": \"docref-001\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"http://conectataton.msal.gov.ar/StructureDefinition/DocumentReferenceAR\"\r\n ]\r\n },\r\n \"status\": \"current\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"60591-5\",\r\n \"display\": \"Patient Summary Document\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"identifier\": {\r\n \"system\": \"https://federador.msal.gob.ar/patient-id\",\r\n \"value\": \"5037097\"\r\n }\r\n },\r\n \"date\": \"2026-04-21T10:00:00-03:00\",\r\n \"author\": [\r\n {\r\n \"identifier\": {\r\n \"system\": \"http://www.msal.gov.ar/rm\",\r\n \"value\": \"MP-12345\"\r\n }\r\n }\r\n ],\r\n \"custodian\": {\r\n \"identifier\": {\r\n \"system\": \"https://federador.msal.gob.ar/uri\",\r\n \"value\": \"efector-001\"\r\n }\r\n },\r\n \"content\": [\r\n {\r\n \"attachment\": {\r\n \"contentType\": \"application/fhir+json\",\r\n \"url\": \"urn:uuid:bundle-doc-ips-001\"\r\n },\r\n \"format\": {\r\n \"system\": \"https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes\",\r\n \"code\": \"urn:ihe:iti:xds-sd:pdf:2008\"\r\n }\r\n }\r\n ],\r\n \"context\": {\r\n \"sourcePatientInfo\": {\r\n \"identifier\": {\r\n \"system\": \"http://www.renaper.gob.ar/dni\",\r\n \"value\": \"30945027\"\r\n }\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DocumentReference\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:b29f0cd8-c72d-478e-8e2c-fa9c8085f0ee\",\r\n \"resource\": {\r\n \"resourceType\": \"Bundle\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleDocAr\"\r\n ]\r\n },\r\n \"identifier\": {\r\n \"system\": \"urn:ietf:rfc:3986\",\r\n \"value\": \"urn:uuid:3a3de9f8-1111-4b6e-8c3f-aabbcc112233\"\r\n },\r\n \"type\": \"document\",\r\n \"timestamp\": \"2026-04-21T10:00:00-03:00\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:64861145-8711-4410-8c25-74a06e45a627\",\r\n \"resource\": {\r\n \"resourceType\": \"Composition\",\r\n \"status\": \"final\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"60591-5\",\r\n \"display\": \"Patient summary Document\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n },\r\n \"date\": \"2026-04-21T10:00:00-03:00\",\r\n \"author\": [\r\n {\r\n \"reference\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\"\r\n }\r\n ],\r\n \"title\": \"Resumen de Salud del Paciente\",\r\n \"section\": [\r\n {\r\n \"title\": \"Medicamentos Activos\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"10160-0\",\r\n \"display\": \"History of Medication use Narrative\"\r\n }\r\n ]\r\n },\r\n \"text\": {\r\n \"status\": \"generated\",\r\n \"div\": \"
Enalapril 10mg/día, Metformina 850mg cada 12 hs.
\"\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"urn:uuid:d5a3b669-32de-48ca-a146-823a89ef76c1\"\r\n },\r\n {\r\n \"reference\": \"urn:uuid:7007b547-b3c8-4624-99ca-b27adc9f935e\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Alergias e Intolerancias\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"48765-2\",\r\n \"display\": \"Allergies and adverse reactions Document\"\r\n }\r\n ]\r\n },\r\n \"text\": {\r\n \"status\": \"generated\",\r\n \"div\": \"Alergia a Penicilina (urticaria).
\"\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"urn:uuid:a590d1b1-5725-477c-9cf8-5b722f17bcae\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Problemas de Salud\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"11450-4\",\r\n \"display\": \"Problem list - Reported\"\r\n }\r\n ]\r\n },\r\n \"text\": {\r\n \"status\": \"generated\",\r\n \"div\": \"Hipertensión arterial, Diabetes Mellitus tipo 2.
\"\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"urn:uuid:0a904e86-eb41-4516-9bc6-5bd405a64984\"\r\n },\r\n {\r\n \"reference\": \"urn:uuid:21fe000b-9388-45b1-9255-a0c0a212ca68\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\r\n \"resource\": {\r\n \"resourceType\": \"Patient\",\r\n \"id\": \"5037097\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"usual\",\r\n \"system\": \"http://www.renaper.gob.ar/dni\",\r\n \"value\": \"30945027\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\r\n \"value\": \"a999998\",\r\n \"period\": {\r\n \"start\": \"2026-03-12T14:48:59-03:00\"\r\n }\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"Alejandro Lopez Auad\",\r\n \"family\": \"Lopez Auad\",\r\n \"_family\": {\r\n \"extension\": [\r\n {\r\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\r\n \"valueString\": \"Lopez\"\r\n },\r\n {\r\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\r\n \"valueString\": \"Auad\"\r\n }\r\n ]\r\n },\r\n \"given\": [\r\n \"Alejandro\"\r\n ]\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"1141233100\"\r\n }\r\n ],\r\n \"gender\": \"male\",\r\n \"birthDate\": \"1983-04-17\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\",\r\n \"resource\": {\r\n \"resourceType\": \"Practitioner\",\r\n \"id\": \"medico-001\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://www.msal.gov.ar/rm\",\r\n \"value\": \"MP-12345\"\r\n }\r\n ],\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"family\": \"Rodríguez\",\r\n \"given\": [\r\n \"María\",\r\n \"Laura\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:d5a3b669-32de-48ca-a146-823a89ef76c1\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationStatement\",\r\n \"id\": \"medicacion-001\",\r\n \"status\": \"active\",\r\n \"medicationCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"C09AA02\",\r\n \"display\": \"Enalapril\"\r\n }\r\n ],\r\n \"text\": \"Enalapril 10 mg\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n },\r\n \"dosage\": [\r\n {\r\n \"text\": \"10 mg por día vía oral\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:7007b547-b3c8-4624-99ca-b27adc9f935e\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationStatement\",\r\n \"id\": \"medicacion-002\",\r\n \"status\": \"active\",\r\n \"medicationCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"A10BA02\",\r\n \"display\": \"Metformin\"\r\n }\r\n ],\r\n \"text\": \"Metformina 850 mg\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n },\r\n \"dosage\": [\r\n {\r\n \"text\": \"850 mg cada 12 horas vía oral\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:a590d1b1-5725-477c-9cf8-5b722f17bcae\",\r\n \"resource\": {\r\n \"resourceType\": \"AllergyIntolerance\",\r\n \"id\": \"alergia-001\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\r\n \"code\": \"active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"type\": \"allergy\",\r\n \"category\": [\r\n \"medication\"\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"J01CA01\",\r\n \"display\": \"Ampicillin\"\r\n }\r\n ],\r\n \"text\": \"Penicilina\"\r\n },\r\n \"patient\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n },\r\n \"reaction\": [\r\n {\r\n \"manifestation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"126485001\",\r\n \"display\": \"Urticaria\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"severity\": \"moderate\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:0a904e86-eb41-4516-9bc6-5bd405a64984\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\r\n \"id\": \"condicion-001\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"38341003\",\r\n \"display\": \"Hypertensive disorder\"\r\n }\r\n ],\r\n \"text\": \"Hipertensión arterial\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n }\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:21fe000b-9388-45b1-9255-a0c0a212ca68\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\r\n \"id\": \"condicion-002\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"44054006\",\r\n \"display\": \"Diabetes mellitus type 2\"\r\n }\r\n ],\r\n \"text\": \"Diabetes Mellitus tipo 2\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Bundle\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\r\n \"resource\": {\r\n \"resourceType\": \"Patient\",\r\n \"id\": \"5037097\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"usual\",\r\n \"system\": \"http://www.renaper.gob.ar/dni\",\r\n \"value\": \"30945027\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\r\n \"value\": \"a999998\",\r\n \"period\": {\r\n \"start\": \"2026-03-12T14:48:59-03:00\"\r\n }\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"Alejandro Lopez Auad\",\r\n \"family\": \"Lopez Auad\",\r\n \"_family\": {\r\n \"extension\": [\r\n {\r\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\r\n \"valueString\": \"Lopez\"\r\n },\r\n {\r\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\r\n \"valueString\": \"Auad\"\r\n }\r\n ]\r\n },\r\n \"given\": [\r\n \"Alejandro\"\r\n ]\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"1141233100\"\r\n }\r\n ],\r\n \"gender\": \"male\",\r\n \"birthDate\": \"1983-04-17\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Patient\"\r\n }\r\n }\r\n ]\r\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{NODO_BASE_URL}}/fhir/IPSTransaction",
+ "host": [
+ "{{NODO_BASE_URL}}"
+ ],
+ "path": [
+ "fhir",
+ "IPSTransaction"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "ITI-65 - Provide IPS Document",
+ "request": {
+ "method": "POST",
+ "header": [],
+ "body": {
+ "mode": "raw",
+ "raw": "{\r\n \"resourceType\": \"Bundle\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleTransaccAR\"\r\n ]\r\n },\r\n \"type\": \"transaction\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:297cf925-20ac-4667-a881-284560b67206\",\r\n \"resource\": {\r\n \"resourceType\": \"List\",\r\n \"id\": \"submissionset-001\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"http://conectataton.msal.gov.ar/StructureDefinition/ListAR\"\r\n ]\r\n },\r\n \"status\": \"current\",\r\n \"mode\": \"working\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes\",\r\n \"code\": \"submissionset\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"identifier\": {\r\n \"system\": \"https://federador.msal.gob.ar/patient-id\",\r\n \"value\": \"5037097\"\r\n }\r\n },\r\n \"date\": \"2026-04-21T10:00:00-03:00\",\r\n \"source\": {\r\n \"identifier\": {\r\n \"system\": \"https://federador.msal.gob.ar/uri\",\r\n \"value\": \"efector-001\"\r\n }\r\n },\r\n \"entry\": [\r\n {\r\n \"item\": {\r\n \"reference\": \"urn:uuid:1344c85d-4043-434c-b149-e81e5e735965\"\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"List\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:1344c85d-4043-434c-b149-e81e5e735965\",\r\n \"resource\": {\r\n \"resourceType\": \"DocumentReference\",\r\n \"id\": \"docref-001\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"http://conectataton.msal.gov.ar/StructureDefinition/DocumentReferenceAR\"\r\n ]\r\n },\r\n \"status\": \"current\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"60591-5\",\r\n \"display\": \"Patient Summary Document\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"identifier\": {\r\n \"system\": \"https://federador.msal.gob.ar/patient-id\",\r\n \"value\": \"5037097\"\r\n }\r\n },\r\n \"date\": \"2026-04-21T10:00:00-03:00\",\r\n \"author\": [\r\n {\r\n \"identifier\": {\r\n \"system\": \"http://www.msal.gov.ar/rm\",\r\n \"value\": \"MP-12345\"\r\n }\r\n }\r\n ],\r\n \"custodian\": {\r\n \"identifier\": {\r\n \"system\": \"https://federador.msal.gob.ar/uri\",\r\n \"value\": \"efector-001\"\r\n }\r\n },\r\n \"content\": [\r\n {\r\n \"attachment\": {\r\n \"contentType\": \"application/fhir+json\",\r\n \"url\": \"urn:uuid:bundle-doc-ips-001\"\r\n },\r\n \"format\": {\r\n \"system\": \"https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes\",\r\n \"code\": \"urn:ihe:iti:xds-sd:pdf:2008\"\r\n }\r\n }\r\n ],\r\n \"context\": {\r\n \"sourcePatientInfo\": {\r\n \"identifier\": {\r\n \"system\": \"http://www.renaper.gob.ar/dni\",\r\n \"value\": \"30945027\"\r\n }\r\n }\r\n }\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"DocumentReference\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:b29f0cd8-c72d-478e-8e2c-fa9c8085f0ee\",\r\n \"resource\": {\r\n \"resourceType\": \"Bundle\",\r\n \"meta\": {\r\n \"profile\": [\r\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleDocAr\"\r\n ]\r\n },\r\n \"identifier\": {\r\n \"system\": \"urn:ietf:rfc:3986\",\r\n \"value\": \"urn:uuid:3a3de9f8-1111-4b6e-8c3f-aabbcc112233\"\r\n },\r\n \"type\": \"document\",\r\n \"timestamp\": \"2026-04-21T10:00:00-03:00\",\r\n \"entry\": [\r\n {\r\n \"fullUrl\": \"urn:uuid:64861145-8711-4410-8c25-74a06e45a627\",\r\n \"resource\": {\r\n \"resourceType\": \"Composition\",\r\n \"status\": \"final\",\r\n \"type\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"60591-5\",\r\n \"display\": \"Patient summary Document\"\r\n }\r\n ]\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n },\r\n \"date\": \"2026-04-21T10:00:00-03:00\",\r\n \"author\": [\r\n {\r\n \"reference\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\"\r\n }\r\n ],\r\n \"title\": \"Resumen de Salud del Paciente\",\r\n \"section\": [\r\n {\r\n \"title\": \"Medicamentos Activos\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"10160-0\",\r\n \"display\": \"History of Medication use Narrative\"\r\n }\r\n ]\r\n },\r\n \"text\": {\r\n \"status\": \"generated\",\r\n \"div\": \"Enalapril 10mg/día, Metformina 850mg cada 12 hs.
\"\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"urn:uuid:d5a3b669-32de-48ca-a146-823a89ef76c1\"\r\n },\r\n {\r\n \"reference\": \"urn:uuid:7007b547-b3c8-4624-99ca-b27adc9f935e\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Alergias e Intolerancias\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"48765-2\",\r\n \"display\": \"Allergies and adverse reactions Document\"\r\n }\r\n ]\r\n },\r\n \"text\": {\r\n \"status\": \"generated\",\r\n \"div\": \"Alergia a Penicilina (urticaria).
\"\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"urn:uuid:a590d1b1-5725-477c-9cf8-5b722f17bcae\"\r\n }\r\n ]\r\n },\r\n {\r\n \"title\": \"Problemas de Salud\",\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://loinc.org\",\r\n \"code\": \"11450-4\",\r\n \"display\": \"Problem list - Reported\"\r\n }\r\n ]\r\n },\r\n \"text\": {\r\n \"status\": \"generated\",\r\n \"div\": \"Hipertensión arterial, Diabetes Mellitus tipo 2.
\"\r\n },\r\n \"entry\": [\r\n {\r\n \"reference\": \"urn:uuid:0a904e86-eb41-4516-9bc6-5bd405a64984\"\r\n },\r\n {\r\n \"reference\": \"urn:uuid:21fe000b-9388-45b1-9255-a0c0a212ca68\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\r\n \"resource\": {\r\n \"resourceType\": \"Patient\",\r\n \"id\": \"5037097\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"usual\",\r\n \"system\": \"http://www.renaper.gob.ar/dni\",\r\n \"value\": \"30945027\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\r\n \"value\": \"a999998\",\r\n \"period\": {\r\n \"start\": \"2026-03-12T14:48:59-03:00\"\r\n }\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"Alejandro Lopez Auad\",\r\n \"family\": \"Lopez Auad\",\r\n \"_family\": {\r\n \"extension\": [\r\n {\r\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\r\n \"valueString\": \"Lopez\"\r\n },\r\n {\r\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\r\n \"valueString\": \"Auad\"\r\n }\r\n ]\r\n },\r\n \"given\": [\r\n \"Alejandro\"\r\n ]\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"1141233100\"\r\n }\r\n ],\r\n \"gender\": \"male\",\r\n \"birthDate\": \"1983-04-17\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\",\r\n \"resource\": {\r\n \"resourceType\": \"Practitioner\",\r\n \"id\": \"medico-001\",\r\n \"identifier\": [\r\n {\r\n \"system\": \"http://www.msal.gov.ar/rm\",\r\n \"value\": \"MP-12345\"\r\n }\r\n ],\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"family\": \"Rodríguez\",\r\n \"given\": [\r\n \"María\",\r\n \"Laura\"\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:d5a3b669-32de-48ca-a146-823a89ef76c1\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationStatement\",\r\n \"id\": \"medicacion-001\",\r\n \"status\": \"active\",\r\n \"medicationCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"C09AA02\",\r\n \"display\": \"Enalapril\"\r\n }\r\n ],\r\n \"text\": \"Enalapril 10 mg\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n },\r\n \"dosage\": [\r\n {\r\n \"text\": \"10 mg por día vía oral\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:7007b547-b3c8-4624-99ca-b27adc9f935e\",\r\n \"resource\": {\r\n \"resourceType\": \"MedicationStatement\",\r\n \"id\": \"medicacion-002\",\r\n \"status\": \"active\",\r\n \"medicationCodeableConcept\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"A10BA02\",\r\n \"display\": \"Metformin\"\r\n }\r\n ],\r\n \"text\": \"Metformina 850 mg\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n },\r\n \"dosage\": [\r\n {\r\n \"text\": \"850 mg cada 12 horas vía oral\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:a590d1b1-5725-477c-9cf8-5b722f17bcae\",\r\n \"resource\": {\r\n \"resourceType\": \"AllergyIntolerance\",\r\n \"id\": \"alergia-001\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical\",\r\n \"code\": \"active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"type\": \"allergy\",\r\n \"category\": [\r\n \"medication\"\r\n ],\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://www.whocc.no/atc\",\r\n \"code\": \"J01CA01\",\r\n \"display\": \"Ampicillin\"\r\n }\r\n ],\r\n \"text\": \"Penicilina\"\r\n },\r\n \"patient\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n },\r\n \"reaction\": [\r\n {\r\n \"manifestation\": [\r\n {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"126485001\",\r\n \"display\": \"Urticaria\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"severity\": \"moderate\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:0a904e86-eb41-4516-9bc6-5bd405a64984\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\r\n \"id\": \"condicion-001\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"38341003\",\r\n \"display\": \"Hypertensive disorder\"\r\n }\r\n ],\r\n \"text\": \"Hipertensión arterial\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n }\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:21fe000b-9388-45b1-9255-a0c0a212ca68\",\r\n \"resource\": {\r\n \"resourceType\": \"Condition\",\r\n \"id\": \"condicion-002\",\r\n \"clinicalStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-clinical\",\r\n \"code\": \"active\"\r\n }\r\n ]\r\n },\r\n \"verificationStatus\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://terminology.hl7.org/CodeSystem/condition-ver-status\",\r\n \"code\": \"confirmed\"\r\n }\r\n ]\r\n },\r\n \"code\": {\r\n \"coding\": [\r\n {\r\n \"system\": \"http://snomed.info/sct\",\r\n \"code\": \"44054006\",\r\n \"display\": \"Diabetes mellitus type 2\"\r\n }\r\n ],\r\n \"text\": \"Diabetes Mellitus tipo 2\"\r\n },\r\n \"subject\": {\r\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Bundle\"\r\n }\r\n },\r\n {\r\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\r\n \"resource\": {\r\n \"resourceType\": \"Patient\",\r\n \"id\": \"5037097\",\r\n \"identifier\": [\r\n {\r\n \"use\": \"usual\",\r\n \"system\": \"http://www.renaper.gob.ar/dni\",\r\n \"value\": \"30945027\"\r\n },\r\n {\r\n \"use\": \"official\",\r\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\r\n \"value\": \"a999998\",\r\n \"period\": {\r\n \"start\": \"2026-03-12T14:48:59-03:00\"\r\n }\r\n }\r\n ],\r\n \"active\": true,\r\n \"name\": [\r\n {\r\n \"use\": \"official\",\r\n \"text\": \"Alejandro Lopez Auad\",\r\n \"family\": \"Lopez Auad\",\r\n \"_family\": {\r\n \"extension\": [\r\n {\r\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\r\n \"valueString\": \"Lopez\"\r\n },\r\n {\r\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\r\n \"valueString\": \"Auad\"\r\n }\r\n ]\r\n },\r\n \"given\": [\r\n \"Alejandro\"\r\n ]\r\n }\r\n ],\r\n \"telecom\": [\r\n {\r\n \"system\": \"phone\",\r\n \"value\": \"1141233100\"\r\n }\r\n ],\r\n \"gender\": \"male\",\r\n \"birthDate\": \"1983-04-17\"\r\n },\r\n \"request\": {\r\n \"method\": \"POST\",\r\n \"url\": \"Patient\"\r\n }\r\n }\r\n ]\r\n}",
+ "options": {
+ "raw": {
+ "language": "json"
+ }
+ }
+ },
+ "url": {
+ "raw": "{{NODO_BASE_URL}}/fhir/IPSDocument",
+ "host": [
+ "{{NODO_BASE_URL}}"
+ ],
+ "path": [
+ "fhir",
+ "IPSDocument"
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "ITI-67 - Find Document Reference By Patient",
+ "request": {
+ "method": "GET",
+ "header": [],
+ "url": {
+ "raw": "{{NODO_BASE_URL}}/fhir/DocumentReference?patient.identifier=https://agomez.pythonanywhere.com/hsi|a999998",
+ "host": [
+ "{{NODO_BASE_URL}}"
+ ],
+ "path": [
+ "fhir",
+ "DocumentReference"
+ ],
+ "query": [
+ {
+ "key": "patient.identifier",
+ "value": "https://agomez.pythonanywhere.com/hsi|a999998"
+ }
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "ITI-68 - Get IPS Document",
+ "request": {
+ "method": "GET",
+ "header": [],
+ "url": {
+ "raw": "{{NODO_BASE_URL}}/fhir/Bundle/:id",
+ "host": [
+ "{{NODO_BASE_URL}}"
+ ],
+ "path": [
+ "fhir",
+ "Bundle",
+ ":id"
+ ],
+ "variable": [
+ {
+ "key": "id",
+ "value": "1053"
+ }
+ ]
+ }
+ },
+ "response": []
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file