From e9bd50e78794cb3ad5dc65e891eaca18a0a88ad0 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Auad Date: Fri, 24 Jul 2026 23:46:10 +0000 Subject: [PATCH] Actualiza el postman de bus-gateway con las transacciones y rutas faltantes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reorganiza la colección en carpetas (Pacientes, Documentos, Transformaciones) y agrega ITI-104 Update Patient, ITI-65 MeOW/IT Transaction/Document y las transformaciones del bundle-signer ($ddcc, $dvc, $icvp, $icvp2, $meow), que existen en el código pero no estaban documentadas en el postman. Quita ITI-68 Get IPS Document porque esa ruta plana no la expone bus-gateway. Co-Authored-By: Claude Sonnet 5 --- ...nectaton Argentina.postman_collection.json | 618 +++++++++++++----- 1 file changed, 454 insertions(+), 164 deletions(-) diff --git a/postman/Conectaton Argentina.postman_collection.json b/postman/Conectaton Argentina.postman_collection.json index e137b1c..9e022d2 100644 --- a/postman/Conectaton Argentina.postman_collection.json +++ b/postman/Conectaton Argentina.postman_collection.json @@ -7,188 +7,478 @@ }, "item": [ { - "name": "IPS", + "name": "bus-gateway", "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" + "name": "Pacientes (ITI-78 / ITI-104)", + "item": [ + { + "name": "ITI-78 - Get Patient", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/Patient/:patient_id", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "Patient", + ":patient_id" + ], + "variable": [ + { + "key": "patient_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" - } - } + }, + "response": [] }, - "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" + { + "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": [] }, - "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" + { + "name": "ITI-104 - Create Patient", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"http://fhir.msal.gob.ar/core/StructureDefinition/Patient-ar-core\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n },\n {\n \"use\": \"usual\",\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\n \"value\": \"a999998\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Alejandro Gomez Auad\",\n \"family\": \"Gomez Auad\",\n \"_family\": {\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\n \"valueString\": \"Gomez\"\n },\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\n \"valueString\": \"Auad\"\n }\n ]\n },\n \"given\": [\n \"Alejandro\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"1155555555\"\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1983-04-17\"\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/Patient", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "Patient" + ] } - } + }, + "response": [] }, - "url": { - "raw": "{{NODO_BASE_URL}}/fhir/IPSDocument", - "host": [ - "{{NODO_BASE_URL}}" - ], - "path": [ - "fhir", - "IPSDocument" - ] + { + "name": "ITI-104 - Update Patient", + "request": { + "method": "PUT", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"resourceType\": \"Patient\",\n \"meta\": {\n \"profile\": [\n \"http://fhir.msal.gob.ar/core/StructureDefinition/Patient-ar-core\"\n ]\n },\n \"identifier\": [\n {\n \"use\": \"official\",\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n },\n {\n \"use\": \"usual\",\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\n \"value\": \"a999998\"\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Alejandro Gomez Auad\",\n \"family\": \"Gomez Auad\",\n \"_family\": {\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\n \"valueString\": \"Gomez\"\n },\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\n \"valueString\": \"Auad\"\n }\n ]\n },\n \"given\": [\n \"Alejandro\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"1141233100\"\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1983-04-17\"\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/Patient/:patient_id", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "Patient", + ":patient_id" + ], + "variable": [ + { + "key": "patient_id", + "value": "5037513" + } + ] + } + }, + "response": [] } - }, - "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" + "name": "Documentos (ITI-65 / ITI-67)", + "item": [ + { + "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-65 - Provide MeOW Transaction", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"resourceType\": \"Bundle\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleTransaccAR\"\n ]\n },\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:297cf925-20ac-4667-a881-284560b67206\",\n \"resource\": {\n \"resourceType\": \"List\",\n \"id\": \"submissionset-001\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/ListAR\"\n ]\n },\n \"status\": \"current\",\n \"mode\": \"working\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes\",\n \"code\": \"submissionset\"\n }\n ]\n },\n \"subject\": {\n \"identifier\": {\n \"system\": \"https://federador.msal.gob.ar/patient-id\",\n \"value\": \"5037097\"\n }\n },\n \"date\": \"2026-04-21T10:00:00-03:00\",\n \"source\": {\n \"identifier\": {\n \"system\": \"https://federador.msal.gob.ar/uri\",\n \"value\": \"efector-001\"\n }\n },\n \"entry\": [\n {\n \"item\": {\n \"reference\": \"urn:uuid:1344c85d-4043-434c-b149-e81e5e735965\"\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"List\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:1344c85d-4043-434c-b149-e81e5e735965\",\n \"resource\": {\n \"resourceType\": \"DocumentReference\",\n \"id\": \"docref-001\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/DocumentReferenceAR\"\n ]\n },\n \"status\": \"current\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"56445-0\",\n \"display\": \"Medication summary\"\n }\n ]\n },\n \"subject\": {\n \"identifier\": {\n \"system\": \"https://federador.msal.gob.ar/patient-id\",\n \"value\": \"5037097\"\n }\n },\n \"date\": \"2026-04-21T10:00:00-03:00\",\n \"author\": [\n {\n \"identifier\": {\n \"system\": \"http://www.msal.gov.ar/rm\",\n \"value\": \"MP-12345\"\n }\n }\n ],\n \"custodian\": {\n \"identifier\": {\n \"system\": \"https://federador.msal.gob.ar/uri\",\n \"value\": \"efector-001\"\n }\n },\n \"content\": [\n {\n \"attachment\": {\n \"contentType\": \"application/fhir+json\",\n \"url\": \"urn:uuid:bundle-doc-001\"\n },\n \"format\": {\n \"system\": \"https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes\",\n \"code\": \"urn:ihe:iti:xds-sd:pdf:2008\"\n }\n }\n ],\n \"context\": {\n \"sourcePatientInfo\": {\n \"identifier\": {\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n }\n }\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DocumentReference\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b29f0cd8-c72d-478e-8e2c-fa9c8085f0ee\",\n \"resource\": {\n \"resourceType\": \"Bundle\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleDocAr\"\n ]\n },\n \"identifier\": {\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"urn:uuid:3a3de9f8-1111-4b6e-8c3f-aabbcc112233\"\n },\n \"type\": \"document\",\n \"timestamp\": \"2026-04-21T10:00:00-03:00\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:64861145-8711-4410-8c25-74a06e45a627\",\n \"resource\": {\n \"resourceType\": \"Composition\",\n \"status\": \"final\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"56445-0\",\n \"display\": \"Medication summary\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\n },\n \"date\": \"2026-04-21T10:00:00-03:00\",\n \"author\": [\n {\n \"reference\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\"\n }\n ],\n \"title\": \"Resumen de Medicación\",\n \"section\": [\n {\n \"title\": \"Medicamentos Activos\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"10160-0\",\n \"display\": \"History of Medication use Narrative\"\n }\n ]\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"
Enalapril 10mg/día, Metformina 850mg cada 12 hs.
\"\n }\n }\n ]\n }\n },\n {\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"5037097\",\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\n \"value\": \"a999998\",\n \"period\": {\n \"start\": \"2026-03-12T14:48:59-03:00\"\n }\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Alejandro Lopez Auad\",\n \"family\": \"Lopez Auad\",\n \"_family\": {\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\n \"valueString\": \"Lopez\"\n },\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\n \"valueString\": \"Auad\"\n }\n ]\n },\n \"given\": [\n \"Alejandro\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"1141233100\"\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1983-04-17\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"medico-001\",\n \"identifier\": [\n {\n \"system\": \"http://www.msal.gov.ar/rm\",\n \"value\": \"MP-12345\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Rodríguez\",\n \"given\": [\n \"María\",\n \"Laura\"\n ]\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Bundle\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"5037097\",\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\n \"value\": \"a999998\",\n \"period\": {\n \"start\": \"2026-03-12T14:48:59-03:00\"\n }\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Alejandro Lopez Auad\",\n \"family\": \"Lopez Auad\",\n \"_family\": {\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\n \"valueString\": \"Lopez\"\n },\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\n \"valueString\": \"Auad\"\n }\n ]\n },\n \"given\": [\n \"Alejandro\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"1141233100\"\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1983-04-17\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Patient\"\n }\n }\n ]\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/MeOWTransaction", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "MeOWTransaction" + ] + } + }, + "response": [] + }, + { + "name": "ITI-65 - Provide MeOW Document", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"resourceType\": \"Bundle\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleDocAr\"\n ]\n },\n \"identifier\": {\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"urn:uuid:3a3de9f8-1111-4b6e-8c3f-aabbcc112233\"\n },\n \"type\": \"document\",\n \"timestamp\": \"2026-04-21T10:00:00-03:00\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:64861145-8711-4410-8c25-74a06e45a627\",\n \"resource\": {\n \"resourceType\": \"Composition\",\n \"status\": \"final\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"56445-0\",\n \"display\": \"Medication summary\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\n },\n \"date\": \"2026-04-21T10:00:00-03:00\",\n \"author\": [\n {\n \"reference\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\"\n }\n ],\n \"title\": \"Resumen de Medicación\",\n \"section\": [\n {\n \"title\": \"Medicamentos Activos\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"10160-0\",\n \"display\": \"History of Medication use Narrative\"\n }\n ]\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"
Enalapril 10mg/día, Metformina 850mg cada 12 hs.
\"\n }\n }\n ]\n }\n },\n {\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"5037097\",\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\n \"value\": \"a999998\",\n \"period\": {\n \"start\": \"2026-03-12T14:48:59-03:00\"\n }\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Alejandro Lopez Auad\",\n \"family\": \"Lopez Auad\",\n \"_family\": {\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\n \"valueString\": \"Lopez\"\n },\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\n \"valueString\": \"Auad\"\n }\n ]\n },\n \"given\": [\n \"Alejandro\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"1141233100\"\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1983-04-17\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"medico-001\",\n \"identifier\": [\n {\n \"system\": \"http://www.msal.gov.ar/rm\",\n \"value\": \"MP-12345\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Rodríguez\",\n \"given\": [\n \"María\",\n \"Laura\"\n ]\n }\n ]\n }\n }\n ]\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/MeOWDocument", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "MeOWDocument" + ] + } + }, + "response": [] + }, + { + "name": "ITI-65 - Provide IT Transaction", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"resourceType\": \"Bundle\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleTransaccAR\"\n ]\n },\n \"type\": \"transaction\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:297cf925-20ac-4667-a881-284560b67206\",\n \"resource\": {\n \"resourceType\": \"List\",\n \"id\": \"submissionset-001\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/ListAR\"\n ]\n },\n \"status\": \"current\",\n \"mode\": \"working\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes\",\n \"code\": \"submissionset\"\n }\n ]\n },\n \"subject\": {\n \"identifier\": {\n \"system\": \"https://federador.msal.gob.ar/patient-id\",\n \"value\": \"5037097\"\n }\n },\n \"date\": \"2026-04-21T10:00:00-03:00\",\n \"source\": {\n \"identifier\": {\n \"system\": \"https://federador.msal.gob.ar/uri\",\n \"value\": \"efector-001\"\n }\n },\n \"entry\": [\n {\n \"item\": {\n \"reference\": \"urn:uuid:1344c85d-4043-434c-b149-e81e5e735965\"\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"List\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:1344c85d-4043-434c-b149-e81e5e735965\",\n \"resource\": {\n \"resourceType\": \"DocumentReference\",\n \"id\": \"docref-001\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/DocumentReferenceAR\"\n ]\n },\n \"status\": \"current\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"57133-1\",\n \"display\": \"Referral note\"\n }\n ]\n },\n \"subject\": {\n \"identifier\": {\n \"system\": \"https://federador.msal.gob.ar/patient-id\",\n \"value\": \"5037097\"\n }\n },\n \"date\": \"2026-04-21T10:00:00-03:00\",\n \"author\": [\n {\n \"identifier\": {\n \"system\": \"http://www.msal.gov.ar/rm\",\n \"value\": \"MP-12345\"\n }\n }\n ],\n \"custodian\": {\n \"identifier\": {\n \"system\": \"https://federador.msal.gob.ar/uri\",\n \"value\": \"efector-001\"\n }\n },\n \"content\": [\n {\n \"attachment\": {\n \"contentType\": \"application/fhir+json\",\n \"url\": \"urn:uuid:bundle-doc-001\"\n },\n \"format\": {\n \"system\": \"https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes\",\n \"code\": \"urn:ihe:iti:xds-sd:pdf:2008\"\n }\n }\n ],\n \"context\": {\n \"sourcePatientInfo\": {\n \"identifier\": {\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n }\n }\n }\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"DocumentReference\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:b29f0cd8-c72d-478e-8e2c-fa9c8085f0ee\",\n \"resource\": {\n \"resourceType\": \"Bundle\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleDocAr\"\n ]\n },\n \"identifier\": {\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"urn:uuid:3a3de9f8-1111-4b6e-8c3f-aabbcc112233\"\n },\n \"type\": \"document\",\n \"timestamp\": \"2026-04-21T10:00:00-03:00\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:64861145-8711-4410-8c25-74a06e45a627\",\n \"resource\": {\n \"resourceType\": \"Composition\",\n \"status\": \"final\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"57133-1\",\n \"display\": \"Referral note\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\n },\n \"date\": \"2026-04-21T10:00:00-03:00\",\n \"author\": [\n {\n \"reference\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\"\n }\n ],\n \"title\": \"Nota de Interconsulta\",\n \"section\": [\n {\n \"title\": \"Motivo de Derivación\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"57133-1\",\n \"display\": \"Referral note\"\n }\n ]\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"
Se deriva a Cardiología para evaluación de hipertensión arterial de difícil control.
\"\n }\n }\n ]\n }\n },\n {\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"5037097\",\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\n \"value\": \"a999998\",\n \"period\": {\n \"start\": \"2026-03-12T14:48:59-03:00\"\n }\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Alejandro Lopez Auad\",\n \"family\": \"Lopez Auad\",\n \"_family\": {\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\n \"valueString\": \"Lopez\"\n },\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\n \"valueString\": \"Auad\"\n }\n ]\n },\n \"given\": [\n \"Alejandro\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"1141233100\"\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1983-04-17\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"medico-001\",\n \"identifier\": [\n {\n \"system\": \"http://www.msal.gov.ar/rm\",\n \"value\": \"MP-12345\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Rodríguez\",\n \"given\": [\n \"María\",\n \"Laura\"\n ]\n }\n ]\n }\n }\n ]\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Bundle\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"5037097\",\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\n \"value\": \"a999998\",\n \"period\": {\n \"start\": \"2026-03-12T14:48:59-03:00\"\n }\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Alejandro Lopez Auad\",\n \"family\": \"Lopez Auad\",\n \"_family\": {\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\n \"valueString\": \"Lopez\"\n },\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\n \"valueString\": \"Auad\"\n }\n ]\n },\n \"given\": [\n \"Alejandro\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"1141233100\"\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1983-04-17\"\n },\n \"request\": {\n \"method\": \"POST\",\n \"url\": \"Patient\"\n }\n }\n ]\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/ITTransaction", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "ITTransaction" + ] + } + }, + "response": [] + }, + { + "name": "ITI-65 - Provide IT Document", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"resourceType\": \"Bundle\",\n \"meta\": {\n \"profile\": [\n \"http://conectataton.msal.gov.ar/StructureDefinition/BundleDocAr\"\n ]\n },\n \"identifier\": {\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"urn:uuid:3a3de9f8-1111-4b6e-8c3f-aabbcc112233\"\n },\n \"type\": \"document\",\n \"timestamp\": \"2026-04-21T10:00:00-03:00\",\n \"entry\": [\n {\n \"fullUrl\": \"urn:uuid:64861145-8711-4410-8c25-74a06e45a627\",\n \"resource\": {\n \"resourceType\": \"Composition\",\n \"status\": \"final\",\n \"type\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"57133-1\",\n \"display\": \"Referral note\"\n }\n ]\n },\n \"subject\": {\n \"reference\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\"\n },\n \"date\": \"2026-04-21T10:00:00-03:00\",\n \"author\": [\n {\n \"reference\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\"\n }\n ],\n \"title\": \"Nota de Interconsulta\",\n \"section\": [\n {\n \"title\": \"Motivo de Derivación\",\n \"code\": {\n \"coding\": [\n {\n \"system\": \"http://loinc.org\",\n \"code\": \"57133-1\",\n \"display\": \"Referral note\"\n }\n ]\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"
Se deriva a Cardiología para evaluación de hipertensión arterial de difícil control.
\"\n }\n }\n ]\n }\n },\n {\n \"fullUrl\": \"urn:uuid:a1df3ba7-ddc1-40c3-823f-46d4a48e2eb8\",\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"id\": \"5037097\",\n \"identifier\": [\n {\n \"use\": \"usual\",\n \"system\": \"http://www.renaper.gob.ar/dni\",\n \"value\": \"30945027\"\n },\n {\n \"use\": \"official\",\n \"system\": \"https://agomez.pythonanywhere.com/hsi\",\n \"value\": \"a999998\",\n \"period\": {\n \"start\": \"2026-03-12T14:48:59-03:00\"\n }\n }\n ],\n \"active\": true,\n \"name\": [\n {\n \"use\": \"official\",\n \"text\": \"Alejandro Lopez Auad\",\n \"family\": \"Lopez Auad\",\n \"_family\": {\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-fathers-family\",\n \"valueString\": \"Lopez\"\n },\n {\n \"url\": \"http://hl7.org/fhir/StructureDefinition/humanname-mothers-family\",\n \"valueString\": \"Auad\"\n }\n ]\n },\n \"given\": [\n \"Alejandro\"\n ]\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"1141233100\"\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1983-04-17\"\n }\n },\n {\n \"fullUrl\": \"urn:uuid:aec4943e-66f9-4ae4-86b3-870011449959\",\n \"resource\": {\n \"resourceType\": \"Practitioner\",\n \"id\": \"medico-001\",\n \"identifier\": [\n {\n \"system\": \"http://www.msal.gov.ar/rm\",\n \"value\": \"MP-12345\"\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Rodríguez\",\n \"given\": [\n \"María\",\n \"Laura\"\n ]\n }\n ]\n }\n }\n ]\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/ITDocument", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "ITDocument" + ] + } + }, + "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-67 - Find Document Reference By Patient (filtrado por tipo IPS)", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/DocumentReference?patient.identifier=https://agomez.pythonanywhere.com/hsi|a999998&type=http://loinc.org|60591-5", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "DocumentReference" + ], + "query": [ + { + "key": "patient.identifier", + "value": "https://agomez.pythonanywhere.com/hsi|a999998" + }, + { + "key": "type", + "value": "http://loinc.org|60591-5" + } + ] + } + }, + "response": [] } - }, - "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" + "name": "Transformaciones (Bundle Signer)", + "item": [ + { + "name": "Generar DDCC-VS desde IPS", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/Bundle/:id/$ddcc", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "Bundle", + ":id", + "$ddcc" + ], + "variable": [ + { + "key": "id", + "value": "1053" + } + ] } - ] + }, + "response": [] + }, + { + "name": "Generar DVC desde IPS", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/Bundle/:id/$dvc", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "Bundle", + ":id", + "$dvc" + ], + "variable": [ + { + "key": "id", + "value": "1053" + } + ] + } + }, + "response": [] + }, + { + "name": "Generar ICVP desde IPS (via DDCC mediator)", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/Bundle/:id/$icvp", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "Bundle", + ":id", + "$icvp" + ], + "variable": [ + { + "key": "id", + "value": "1053" + } + ] + } + }, + "response": [] + }, + { + "name": "Generar ICVP desde IPS (HCERT firmado localmente)", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/Bundle/:id/$icvp2", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "Bundle", + ":id", + "$icvp2" + ], + "variable": [ + { + "key": "id", + "value": "1053" + } + ] + } + }, + "response": [] + }, + { + "name": "Generar MeOW (HCERT)", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "{{NODO_BASE_URL}}/fhir/Bundle/:id/$meow", + "host": [ + "{{NODO_BASE_URL}}" + ], + "path": [ + "fhir", + "Bundle", + ":id", + "$meow" + ], + "variable": [ + { + "key": "id", + "value": "1053" + } + ] + } + }, + "response": [] } - }, - "response": [] + ] } ] } ] -} \ No newline at end of file +}