FHIR IG analytics| Package | hl7.fhir.cr.meddyg.laboratory-results |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-LogicalModelPatientLaboratoryResult.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/meddyg/lab-report-poc/StructureDefinition-LogicalModelPatientLaboratoryResult.html |
| URL | https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/LogicalModelPatientLaboratoryResult |
| Version | 0.1.8 |
| Status | draft |
| Date | 2026-06-04T18:37:02+00:00 |
| Name | LogicalModelPatientLaboratoryResult |
| Title | Datos del Paciente |
| Realm | cr |
| Authority | hl7 |
| Description | Modelo lógico que define los datos del paciente necesarios para representar resultados de laboratorio, basado en el perfil de paciente del CORE de Costa Rica. |
| Type | https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/LogicalModelPatientLaboratoryResult |
| Kind | logical |
| StructureDefinition | ||
| hl7.fhir.cr.meddyg.laboratory-results#current | LogicalModelDocumentLaboratoryReport | Documento de Reporte de Laboratorio |
| hl7.fhir.cr.meddyg.laboratory-results#current | LogicalModelReportLaboratoryResult | Reporte de Resultado de Laboratorio |
| ValueSet | ||
| hl7.fhir.cr.meddyg.laboratory-results#current | cr-identifier-types | Tipos de Identificadores de Personas Físicas y Jurídicas |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition LogicalModelPatientLaboratoryResult
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Datos del Paciente | |
![]() ![]() | 1..* | Identifier | Identificador(es) del paciente. | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Description of identifier Binding: Tipos de Identificadores de Personas Físicas y Jurídicas (required) | |
![]() ![]() | 1..1 | string | Primer nombre del paciente. | |
![]() ![]() | 0..1 | string | Segundo nombre del paciente. | |
![]() ![]() | 1..1 | string | Primer apellido del paciente. | |
![]() ![]() | 0..1 | string | Segundo apellido del paciente. | |
![]() ![]() | 1..1 | date | Fecha de nacimiento del paciente. | |
![]() ![]() | 1..1 | positiveInt | Edad del paciente. | |
![]() ![]() | 1..1 | code | Sexo del paciente. Binding: AdministrativeGender (required) | |
{
"resourceType": "StructureDefinition",
"id": "LogicalModelPatientLaboratoryResult",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/LogicalModelPatientLaboratoryResult",
"version": "0.1.8",
"name": "LogicalModelPatientLaboratoryResult",
"title": "Datos del Paciente",
"status": "draft",
"experimental": true,
"date": "2026-06-04T18:37:02+00:00",
"publisher": "Meddyg | Siftia",
"contact": [
{
"name": "Meddyg | Siftia",
"telecom": [
{
"system": "url",
"value": "https://meddyg.com"
},
{
"system": "email",
"value": "alejandro@meddyg.com"
}
]
}
],
"description": "Modelo lógico que define los datos del paciente necesarios para representar resultados de laboratorio, basado en el perfil de paciente del CORE de Costa Rica.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CR",
"display": "Costa Rica"
}
]
}
],
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/LogicalModelPatientLaboratoryResult",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "5.0.0"
}
],
"element": [
{
"id": "LogicalModelPatientLaboratoryResult",
"path": "LogicalModelPatientLaboratoryResult",
"short": "Datos del Paciente",
"definition": "Modelo lógico que define los datos del paciente necesarios para representar resultados de laboratorio, basado en el perfil de paciente del CORE de Costa Rica.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion",
"path": "LogicalModelPatientLaboratoryResult.identificacion",
"short": "Identificador(es) del paciente.",
"definition": "Conjunto de identificadores del paciente en formato Identifier. Cada identificador debe incluir system y value, y su tipo debe pertenecer al conjunto CRIdentifierTypesSet (por ejemplo cédula nacional, pasaporte o DIMEX). Permite representar uno o varios identificadores por persona según la realidad operativa del emisor.",
"min": 1,
"max": "*",
"base": {
"path": "LogicalModelPatientLaboratoryResult.identificacion",
"min": 1,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ident-1",
"severity": "warning",
"human": "Identifier with no value has limited utility. If communicating that an identifier value has been suppressed or missing, the value element SHOULD be present with an extension indicating the missing semantic - e.g. data-absent-reason",
"expression": "value.exists()",
"source": "http://hl7.org/fhir/StructureDefinition/Identifier"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.id",
"path": "LogicalModelPatientLaboratoryResult.identificacion.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "id"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"condition": [
"ele-1"
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.extension",
"path": "LogicalModelPatientLaboratoryResult.identificacion.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.use",
"path": "LogicalModelPatientLaboratoryResult.identificacion.use",
"short": "usual | official | temp | secondary | old (If known)",
"definition": "The purpose of this identifier.",
"comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.",
"requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.",
"min": 0,
"max": "1",
"base": {
"path": "Identifier.use",
"min": 0,
"max": "1"
},
"type": [
{
"code": "code"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier": true,
"isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.",
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition",
"valueMarkdown": "Identifies the purpose for this identifier, if known ."
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "IdentifierUse"
}
],
"strength": "required",
"description": "Identifies the purpose for this identifier, if known .",
"valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|5.0.0"
},
"mapping": [
{
"identity": "v2",
"map": "N/A"
},
{
"identity": "rim",
"map": "Role.code or implied by context"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.type",
"path": "LogicalModelPatientLaboratoryResult.identificacion.type",
"short": "Description of identifier",
"definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.",
"comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.",
"requirements": "Allows users to make use of identifiers when the identifier system is not known.",
"min": 0,
"max": "1",
"base": {
"path": "Identifier.type",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier": false,
"isSummary": true,
"binding": {
"strength": "required",
"valueSet": "https://hl7.meddyg.com/fhir/laboratory-results/ValueSet/cr-identifier-types"
},
"mapping": [
{
"identity": "v2",
"map": "CX.5"
},
{
"identity": "rim",
"map": "Role.code or implied by context"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.system",
"path": "LogicalModelPatientLaboratoryResult.identificacion.system",
"short": "The namespace for the identifier value",
"definition": "Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique.",
"comment": "Identifier.system is always case sensitive.",
"requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.",
"min": 0,
"max": "1",
"base": {
"path": "Identifier.system",
"min": 0,
"max": "1"
},
"type": [
{
"code": "uri"
}
],
"example": [
{
"label": "General",
"valueUri": "http://www.acme.com/identifiers/patient"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier": false,
"isSummary": true,
"mapping": [
{
"identity": "v2",
"map": "CX.4 / EI-2-4"
},
{
"identity": "rim",
"map": "II.root or Role.id.root"
},
{
"identity": "servd",
"map": "./IdentifierType"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.value",
"path": "LogicalModelPatientLaboratoryResult.identificacion.value",
"short": "The value that is unique",
"definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.",
"comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [http://hl7.org/fhir/StructureDefinition/rendered-value](http://hl7.org/fhir/extensions/StructureDefinition-rendered-value.html)). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.",
"min": 0,
"max": "1",
"base": {
"path": "Identifier.value",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"example": [
{
"label": "General",
"valueString": "123456"
}
],
"condition": [
"ident-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier": false,
"isSummary": true,
"mapping": [
{
"identity": "v2",
"map": "CX.1 / EI.1"
},
{
"identity": "rim",
"map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)"
},
{
"identity": "servd",
"map": "./Value"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.period",
"path": "LogicalModelPatientLaboratoryResult.identificacion.period",
"short": "Time period when id is/was valid for use",
"definition": "Time period during which identifier is/was valid for use.",
"min": 0,
"max": "1",
"base": {
"path": "Identifier.period",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Period"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier": false,
"isSummary": true,
"mapping": [
{
"identity": "v2",
"map": "CX.7 + CX.8"
},
{
"identity": "rim",
"map": "Role.effectiveTime or implied by context"
},
{
"identity": "servd",
"map": "./StartDate and ./EndDate"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.assigner",
"path": "LogicalModelPatientLaboratoryResult.identificacion.assigner",
"short": "Organization that issued id (may be just text)",
"definition": "Organization that issued/manages the identifier.",
"comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.",
"min": 0,
"max": "1",
"base": {
"path": "Identifier.assigner",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Organization|5.0.0"
]
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier": false,
"isSummary": true,
"mapping": [
{
"identity": "v2",
"map": "CX.4 / (CX.4,CX.9,CX.10)"
},
{
"identity": "rim",
"map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper"
},
{
"identity": "servd",
"map": "./IdentifierIssuingAuthority"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.primerNombre",
"path": "LogicalModelPatientLaboratoryResult.primerNombre",
"short": "Primer nombre del paciente.",
"definition": "Primer nombre oficial del paciente, utilizado para identificación humana, conciliación visual y presentación del resultado HbA1c en sistemas clínicos o administrativos.",
"min": 1,
"max": "1",
"base": {
"path": "LogicalModelPatientLaboratoryResult.primerNombre",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.segundoNombre",
"path": "LogicalModelPatientLaboratoryResult.segundoNombre",
"short": "Segundo nombre del paciente.",
"definition": "Segundo nombre del paciente cuando exista en los registros de la institución o del ecosistema de salud costarricense. Su uso mejora la identificación humana y la calidad documental.",
"min": 0,
"max": "1",
"base": {
"path": "LogicalModelPatientLaboratoryResult.segundoNombre",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.primerApellido",
"path": "LogicalModelPatientLaboratoryResult.primerApellido",
"short": "Primer apellido del paciente.",
"definition": "Primer apellido del paciente según el patrón de identificación personal utilizado en Costa Rica. Es obligatorio para la adecuada identificación administrativa y clínica.",
"min": 1,
"max": "1",
"base": {
"path": "LogicalModelPatientLaboratoryResult.primerApellido",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.segundoApellido",
"path": "LogicalModelPatientLaboratoryResult.segundoApellido",
"short": "Segundo apellido del paciente.",
"definition": "Segundo apellido del paciente cuando aplique. En el contexto costarricense este dato suele ser relevante para la identificación completa de la persona y la correcta visualización del resultado de laboratorio.",
"min": 0,
"max": "1",
"base": {
"path": "LogicalModelPatientLaboratoryResult.segundoApellido",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.fechaNacimiento",
"path": "LogicalModelPatientLaboratoryResult.fechaNacimiento",
"short": "Fecha de nacimiento del paciente.",
"definition": "Fecha de nacimiento del paciente, usada para identificación demográfica, cálculo de edad y validaciones clínicas o administrativas asociadas al resultado HbA1c.",
"min": 1,
"max": "1",
"base": {
"path": "LogicalModelPatientLaboratoryResult.fechaNacimiento",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.edad",
"path": "LogicalModelPatientLaboratoryResult.edad",
"short": "Edad del paciente.",
"definition": "Edad del paciente expresada en años al momento del episodio o contexto del resultado de laboratorio. Se incluye para facilitar visualización o consumo en sistemas que aún requieren este dato de forma explícita.",
"min": 1,
"max": "1",
"base": {
"path": "LogicalModelPatientLaboratoryResult.edad",
"min": 1,
"max": "1"
},
"type": [
{
"code": "positiveInt"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.sexo",
"path": "LogicalModelPatientLaboratoryResult.sexo",
"short": "Sexo del paciente.",
"definition": "Sexo administrativo del paciente, utilizado para interoperabilidad demográfica y como apoyo a la correcta identificación del sujeto del resultado HbA1c.",
"min": 1,
"max": "1",
"base": {
"path": "LogicalModelPatientLaboratoryResult.sexo",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
}
}
]
},
"differential": {
"element": [
{
"id": "LogicalModelPatientLaboratoryResult",
"path": "LogicalModelPatientLaboratoryResult",
"short": "Datos del Paciente",
"definition": "Modelo lógico que define los datos del paciente necesarios para representar resultados de laboratorio, basado en el perfil de paciente del CORE de Costa Rica."
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion",
"path": "LogicalModelPatientLaboratoryResult.identificacion",
"short": "Identificador(es) del paciente.",
"definition": "Conjunto de identificadores del paciente en formato Identifier. Cada identificador debe incluir system y value, y su tipo debe pertenecer al conjunto CRIdentifierTypesSet (por ejemplo cédula nacional, pasaporte o DIMEX). Permite representar uno o varios identificadores por persona según la realidad operativa del emisor.",
"min": 1,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.identificacion.type",
"path": "LogicalModelPatientLaboratoryResult.identificacion.type",
"binding": {
"strength": "required",
"valueSet": "https://hl7.meddyg.com/fhir/laboratory-results/ValueSet/cr-identifier-types"
}
},
{
"id": "LogicalModelPatientLaboratoryResult.primerNombre",
"path": "LogicalModelPatientLaboratoryResult.primerNombre",
"short": "Primer nombre del paciente.",
"definition": "Primer nombre oficial del paciente, utilizado para identificación humana, conciliación visual y presentación del resultado HbA1c en sistemas clínicos o administrativos.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.segundoNombre",
"path": "LogicalModelPatientLaboratoryResult.segundoNombre",
"short": "Segundo nombre del paciente.",
"definition": "Segundo nombre del paciente cuando exista en los registros de la institución o del ecosistema de salud costarricense. Su uso mejora la identificación humana y la calidad documental.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.primerApellido",
"path": "LogicalModelPatientLaboratoryResult.primerApellido",
"short": "Primer apellido del paciente.",
"definition": "Primer apellido del paciente según el patrón de identificación personal utilizado en Costa Rica. Es obligatorio para la adecuada identificación administrativa y clínica.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.segundoApellido",
"path": "LogicalModelPatientLaboratoryResult.segundoApellido",
"short": "Segundo apellido del paciente.",
"definition": "Segundo apellido del paciente cuando aplique. En el contexto costarricense este dato suele ser relevante para la identificación completa de la persona y la correcta visualización del resultado de laboratorio.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.fechaNacimiento",
"path": "LogicalModelPatientLaboratoryResult.fechaNacimiento",
"short": "Fecha de nacimiento del paciente.",
"definition": "Fecha de nacimiento del paciente, usada para identificación demográfica, cálculo de edad y validaciones clínicas o administrativas asociadas al resultado HbA1c.",
"min": 1,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.edad",
"path": "LogicalModelPatientLaboratoryResult.edad",
"short": "Edad del paciente.",
"definition": "Edad del paciente expresada en años al momento del episodio o contexto del resultado de laboratorio. Se incluye para facilitar visualización o consumo en sistemas que aún requieren este dato de forma explícita.",
"min": 1,
"max": "1",
"type": [
{
"code": "positiveInt"
}
]
},
{
"id": "LogicalModelPatientLaboratoryResult.sexo",
"path": "LogicalModelPatientLaboratoryResult.sexo",
"short": "Sexo del paciente.",
"definition": "Sexo administrativo del paciente, utilizado para interoperabilidad demográfica y como apoyo a la correcta identificación del sujeto del resultado HbA1c.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
}
}
]
}
}