ips-nodo-dominio/bus-gateway/docs/patientExample.json
2026-04-27 04:25:52 +00:00

139 lines
5.2 KiB
JSON

{
"resourceType": "Bundle",
"id": "3c5a0da1-d409-4432-b133-761971cb8805",
"meta": {
"lastUpdated": "2026-03-31T19:57:00.849-03:00"
},
"type": "searchset",
"total": 2,
"link": [
{
"relation": "self",
"url": "https://federador.qa-bus-interoperabilidad.svc.cluster.local:8080/masterfile-federacion-service/fhir/Patient?identifier=http%3A%2F%2Fwww.renaper.gob.ar%2Fdni%7C30945027"
}
],
"entry": [
{
"fullUrl": "https://federador.qa-bus-interoperabilidad.svc.cluster.local:8080/masterfile-federacion-service/fhir/Patient/5037097",
"resource": {
"resourceType": "Patient",
"id": "5037097",
"identifier": [
{
"use": "official",
"system": "https://federador.msal.gob.ar/patient-id",
"value": "5037097",
"period": {
"start": "2026-03-12T14:48:59-03:00"
}
},
{
"use": "usual",
"system": "http://www.renaper.gob.ar/dni",
"value": "30945027"
},
{
"use": "official",
"system": "https://agomez.pythonanywhere.com/hsi",
"value": "c1234567",
"period": {
"start": "2026-03-12T14:48:59-03:00"
}
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Alejandro Lopez Auad",
"family": "Lopez Auad",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
"valueString": "Lopez"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
"valueString": "Auad"
}
]
},
"given": [
"Alejandro"
]
}
],
"telecom": [
{
"system": "phone",
"value": "1141233100"
}
],
"gender": "male",
"birthDate": "1983-04-17"
}
},
{
"fullUrl": "https://federador.qa-bus-interoperabilidad.svc.cluster.local:8080/masterfile-federacion-service/fhir/Patient/5037096",
"resource": {
"resourceType": "Patient",
"id": "5037096",
"identifier": [
{
"use": "official",
"system": "https://federador.msal.gob.ar/patient-id",
"value": "5037096",
"period": {
"start": "2026-03-12T14:38:09-03:00"
}
},
{
"use": "usual",
"system": "http://www.renaper.gob.ar/dni",
"value": "30945027"
},
{
"use": "official",
"system": "https://agomez.pythonanywhere.com/hsi",
"value": "b1234567",
"period": {
"start": "2026-03-12T14:38:09-03:00"
}
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Alejandro Gomez Auad",
"family": "Gomez Auad",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
"valueString": "Gomez"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
"valueString": "Auad"
}
]
},
"given": [
"Alejandro"
]
}
],
"telecom": [
{
"system": "phone",
"value": "1141233100"
}
],
"gender": "male",
"birthDate": "1983-04-17"
}
}
]
}