Guía IPS Argentina basada en Core Ar
0.1.0 - ci-build
Guía IPS Argentina basada en Core Ar - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "PacienteArgEjemplo",
"meta" : {
"profile" : [
🔗 "http://ips.ri.hsisalud.org/StructureDefinition/PacienteArg"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Paciente PacienteArgEjemplo</b></p><a name=\"PacienteArgEjemplo\"> </a><a name=\"hcPacienteArgEjemplo\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PacienteArg.html\">Paciente Argentino</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Marianita Female, DoB: 1983-04-15 ( https://hospital.example.org/pacientes#PAC-000123\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://www.renaper.gob.ar/dni</code>/30123456\u00a0(use:\u00a0official,\u00a0)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">María Mariana Paciente Impaciente (Official)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+54-11-5555-1234\">+54-11-5555-1234</a></li><li><a href=\"mailto:mariana.paciente@example.org\">mariana.paciente@example.org</a></li><li>Avenida Corrientes XXXX Ciudad Autónoma de Buenos Aires Ciudad Autónoma de Buenos Aires C1043AAZ AR (home)</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://www.renaper.gob.ar/dni",
"value" : "30123456"
},
{
"use" : "usual",
"system" : "https://hospital.example.org/pacientes",
"value" : "PAC-000123"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Paciente Impaciente",
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
"valueString" : "Paciente"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
"valueString" : "Impaciente"
}
]
},
"given" : [
"María",
"Mariana"
]
},
{
"use" : "usual",
"given" : [
"Marianita"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+54-11-5555-1234",
"use" : "mobile"
},
{
"system" : "email",
"value" : "mariana.paciente@example.org",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1983-04-15",
"address" : [
{
"use" : "home",
"type" : "physical",
"line" : [
"Avenida Corrientes XXXX"
],
"city" : "Ciudad Autónoma de Buenos Aires",
"state" : "Ciudad Autónoma de Buenos Aires",
"postalCode" : "C1043AAZ",
"country" : "AR"
}
]
}