{ "resourceType": "Patient", "id": "Eje-patient", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", "valueString": "Base.Individuals" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", "valueCode": "patient" } ], "url": "http://example.org/StructureDefinition/Eje-patient", "version": "1.0.0", "name": "Paciente", "title": "Paciente de ejemplo", "status": "active", "description": "Un paciente generado como como tarea", "fhirVersion": "4.0.1", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "cda", "uri": "http://hl7.org/v3/cda", "name": "CDA (R2)" }, { "identity": "w5", "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping" }, { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping" }, { "identity": "loinc", "uri": "http://loinc.org", "name": "LOINC code for the element" } ], "kind": "resource", "abstract": false, "type": "Patient", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient", "derivation": "constraint", "differential": { "element": [ { "id": "Patient.identifier", "path": "Patient.identifier", "short": "Un identificador para este paciente", "definition": "Identificador del paciente" }, { "id": "Patient.identifier.use", "path": "Patient.identifier.use", "short": "usual | official | temp | secondary | old ", "definition": "Usar uno que identifique el proposito del identificador ", "patternCode": "official", "mustSupport": true }, { "id": "Patient.identifier.type", "path": "Patient.identifier.type", "short": "Descripcion del identificador", "definition": "esto es un RUN, Rol Único Nacional", "mustSupport": true }, { "id": "Patient.identifier.system", "path": "Patient.identifier.system", "short": "dirección del sistema del identificador", "definition": "establece una URL que describe un conjunto de valores que son únicos", "binding": { "strength": "required", "valueSet": "https://www.registrocivil.cl/RUT" } }, { "id": "Patient.identifier.value", "path": "Patient.identifier.value", "short": "RUN", "definition": "valor de datos unicos, utilizados para representar el identificador del paciente", "mustSupport": true }, { "id": "Patient.active", "path": "Patient.active", "short": "Registro de paciente activo o inactivo", "definition": "identificamos si el registro de paciente esta en uso activo o no activo como pacientes no atendidos, incluyendo a pacientes fallecidos como inactivos" }, { "id": "Patient.name", "path": "Patient.name", "short": "Es el nombre del paciente", "definition": "Es el nombre del paciente que es para el ejemplo", "min": 1 }, { "id": "Patient.name.use", "path": "Patient.name.use", "definition": "Se debe elegir uno de esos codigos", "comment": "Excelente opción", "min": 1, "patternCode": "official", "mustSupport": true }, { "id": "Patient.name.family", "path": "Patient.name.family", "short": "Apellidos del pacientes" }, { "id": "Patient.name.family.extension", "path": "Patient.name.family.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "ordered": false, "rules": "open" }, "short": "Extension apellidos" }, { "id": "Patient.name.family.extension.url", "path": "Patient.name.family.extension.url", "mustSupport": true }, { "id": "Patient.name.family.extension:Primerapellido", "path": "Patient.name.family.extension", "sliceName": "Primerapellido", "min": 0, "max": "1", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family" ] } ] }, { "id": "Patient.name.family.extension:Segundoapellido", "path": "Patient.name.family.extension", "sliceName": "Segundoapellido", "min": 0, "max": "1", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family" ] } ] }, { "id": "Patient.name.given", "path": "Patient.name.given", "short": "Bastian, Fuentes", "definition": "nombre o nombres", "max": "1" }, { "id": "Patient.telecom", "path": "Patient.telecom", "short": "Detalles para contactar al paciente", "definition": "Formas de contactar al paciente", "mustSupport": true }, { "id": "Patient.telecom.system", "path": "Patient.telecom.system", "definition": "Forma de contactar al paciente", "patternCode": "Phone" }, { "id": "Patient.telecom.value", "path": "Patient.telecom.value", "short": "+569 12345678, Pepito@gmail.com ", "definition": "Numero y correo electronico a contactar" }, { "id": "Patient.telecom.use", "path": "Patient.telecom.use", "short": "home | work | temp | old | mobile", "definition": "se debe elegir uno de esos codigos", "patternCode": "home" }, { "id": "Patient.gender", "path": "Patient.gender", "definition": "Genero del paciente, se debe escoger uno de esos codigos", "patternCode": "male", "mustSupport": true }, { "id": "Patient.birthDate", "path": "Patient.birthDate", "short": "El cumpleaños del paciente", "definition": "Poner la fecha de cumple del paciente", "mustSupport": true }, { "id": "Patient.address", "path": "Patient.address", "short": "Direccion del paciente", "definition": "domicilio del paciente" }, { "id": "Patient.address.use", "path": "Patient.address.use", "short": " home | work | temp | old | billing ", "definition": "El proposito de esta dirección", "patternCode": "home", "mustSupport": true }, { "id": "Patient.address.type", "path": "Patient.address.type", "short": " postal | physical | both ", "definition": "Forma en que indicara su direccion", "patternCode": "physical", "mustSupport": true }, { "id": "Patient.address.text", "path": "Patient.address.text", "short": "calle Loma verde 2737, Los pinos, Quilpue", "definition": "Especificacion de la direccion completa, puede ponerse un codigo postal o una dirección especifica completa", "mustSupport": true }, { "id": "Patient.address.line", "path": "Patient.address.line", "short": "Loma verde", "definition": "Se debe tener el numero de la casa o departamento, nombre de la calle e información de dirección", "max": "1", "mustSupport": true }, { "id": "Patient.address.city", "path": "Patient.address.city", "short": "Quilpue", "definition": "El nombre de la ciudad, puelbo, subirbio, aldea o centro de entrega", "mustSupport": true }, { "id": "Patient.address.postalCode", "path": "Patient.address.postalCode", "short": "2430000", "definition": "Un codigo postal que designa el sector", "mustSupport": true }, { "id": "Patient.address.country", "path": "Patient.address.country", "short": "Chile", "definition": "Pais de la dirección", "mustSupport": true }, { "id": "Patient.contact", "path": "Patient.contact", "short": "Contacto del paciente", "definition": "Contacto principal del paciente" }, { "id": "Patient.contact.relationship", "path": "Patient.contact.relationship", "short": "La relacion que tiene con el paciente", "definition": " Se debe poner un codigo para una extención uri el cual no estoy muy claro de como es", "mustSupport": true }, { "id": "Patient.contact.name", "path": "Patient.contact.name", "short": " Nombre de los contactos directos del paciente", "definition": "Nombre asociado al contacto del paciente", "mustSupport": true }, { "id": "Patient.contact.telecom", "path": "Patient.contact.telecom", "short": "Detalles del contacto del paciente", "definition": "Poner su numero, detalles y cosas de ese estilo" }, { "id": "Patient.contact.gender", "path": "Patient.contact.gender", "definition": "Poner uno de los codigos anteriores", "patternCode": "official" } ] } }