{
  "resourceType": "StructureDefinition",
  "url": "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASBundleAntecedentes",
  "name": "UNICASBundleAntecedentes",
  "title": "Bundle Antecedentes ÚNICAS",
  "status": "draft",
  "description": "Este profile define las restricciones del recurso Bundle para representar el mensaje de registro de antecedentes en el contexto del caso de uso de ÚNICAS.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "short": "Identificador único",
        "definition": "Persistent identifier for the bundle. A persistent identifier for the bundle that won't change as a bundle is copied from server to server.",
        "min": 1
      },
      {
        "id": "Bundle.identifier.type",
        "path": "Bundle.identifier.type",
        "short": "Tipo de informe/información ÚNICAS",
        "definition": "Description of identifier. A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de informes para ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposInformesUNICAS"
        }
      },
      {
        "id": "Bundle.identifier.type.coding.system",
        "path": "Bundle.identifier.type.coding.system",
        "short": "URL del refset Documentos del CMDIC | URL del SNOMED CT. Extensión para España del SNS",
        "definition": "Identity of the terminology system. The identification of the code system that defines the meaning of the symbol in the code."
      },
      {
        "id": "Bundle.identifier.type.coding.code",
        "path": "Bundle.identifier.type.coding.code",
        "short": "Código del tipo de informe/información ÚNICAS"
      },
      {
        "id": "Bundle.identifier.type.coding.display",
        "path": "Bundle.identifier.type.coding.display",
        "short": "Descripción del tipo de informe/información ÚNICAS",
        "definition": "Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system."
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "short": "Sistema de identificador",
        "definition": "The namespace for the identifier value. Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique.",
        "min": 1
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "short": "Valor de identificador",
        "definition": "The value that is unique. The portion of the identifier typically relevant to the user and which is unique within the context of the system.",
        "min": 1
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "patternCode": "transaction"
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "short": "Fecha y hora de envío del mensaje en el Nodo Autonómico (Effective Time)",
        "definition": "When the bundle was assembled. The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.",
        "min": 1
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            },
            {
              "type": "value",
              "path": "resource.category.coding"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias",
        "path": "Bundle.entry",
        "sliceName": "ConditionEnfermedadesPrevias",
        "short": "Registro de enfermedades previas",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).",
        "min": 1
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de enfermedad previa",
        "min": 1,
        "type": [
          {
            "code": "Condition",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASConditionEnfermedad"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias.resource.category.coding",
        "path": "Bundle.entry.resource.category.coding",
        "patternCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "31231000122108",
          "display": "enfermedades previas"
        }
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias.resource.participant.actor.identifier.type",
        "path": "Bundle.entry.resource.participant.actor.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:ConditionEnfermedadesPrevias.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Condition?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para la enfermedad]"
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales",
        "path": "Bundle.entry",
        "sliceName": "ConditionAntecedentesNeonatales",
        "short": "Registro de antecedentes neonatales",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only)."
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de antecedente neonatal",
        "min": 1,
        "type": [
          {
            "code": "Condition",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASConditionEnfermedad"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales.resource.category.coding",
        "path": "Bundle.entry.resource.category.coding",
        "patternCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "2541788014",
          "display": "trastorno neonatal"
        }
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales.resource.participant.actor.identifier.type",
        "path": "Bundle.entry.resource.participant.actor.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:ConditionAntecedentesNeonatales.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Condition?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para la enfermedad]"
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal",
        "path": "Bundle.entry",
        "sliceName": "ObservationAntropometriaNeonatal",
        "short": "Registro de antropometría neonatal",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only)."
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de antropometría neonatal",
        "min": 1,
        "type": [
          {
            "code": "Observation",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASObservationAntropometria"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal.resource.category.coding",
        "path": "Bundle.entry.resource.category.coding",
        "patternCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "364585000",
          "display": "característica observable del recién nacido"
        }
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal.resource.performer.identifier.type",
        "path": "Bundle.entry.resource.performer.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:ObservationAntropometriaNeonatal.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Observation?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para el dato antropométrico]"
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos",
        "path": "Bundle.entry",
        "sliceName": "ObservationAntecedentesObstetricos",
        "short": "Registro de antecedentes obstétricos",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de antecedente obstétrico",
        "min": 1,
        "type": [
          {
            "code": "Observation",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASObservationObstetrico"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos.resource.category.coding",
        "path": "Bundle.entry.resource.category.coding",
        "patternCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "248983002",
          "display": "antecedentes obstétricos"
        }
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos.resource.performer.identifier.type",
        "path": "Bundle.entry.resource.performer.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:ObservationAntecedentesObstetricos.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Observation?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para el dato obstétrico]"
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos",
        "path": "Bundle.entry",
        "sliceName": "ProcedureAntecedentesQuirurgicos",
        "short": "Registro de antecedentes quirúrgicos",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).",
        "min": 1
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de antecedente quirúrgico",
        "min": 1,
        "type": [
          {
            "code": "Procedure",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASProcedure"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos.resource.category.coding",
        "path": "Bundle.entry.resource.category.coding",
        "patternCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "21651000122102",
          "display": "antecedentes quirúrgicos"
        }
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos.resource.performer.actor.identifier.type",
        "path": "Bundle.entry.resource.performer.actor.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:ProcedureAntecedentesQuirurgicos.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Procedure?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para el procedimiento quirúrgico]"
      },
      {
        "id": "Bundle.entry:FamilyMemberHistoryAntecedentesFamiliares",
        "path": "Bundle.entry",
        "sliceName": "FamilyMemberHistoryAntecedentesFamiliares",
        "short": "Registro de antecedentes familiares",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).",
        "min": 1
      },
      {
        "id": "Bundle.entry:FamilyMemberHistoryAntecedentesFamiliares.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:FamilyMemberHistoryAntecedentesFamiliares.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de antecedente familiar",
        "min": 1,
        "type": [
          {
            "code": "FamilyMemberHistory",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASFamilyMemberHistory"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:FamilyMemberHistoryAntecedentesFamiliares.resource.patient.identifier.type",
        "path": "Bundle.entry.resource.patient.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:FamilyMemberHistoryAntecedentesFamiliares.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:FamilyMemberHistoryAntecedentesFamiliares.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:FamilyMemberHistoryAntecedentesFamiliares.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/FamilyMemberHistory?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para el antecedente familiar"
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos",
        "path": "Bundle.entry",
        "sliceName": "ObservationDatosAntropometricos",
        "short": "Registro de datos antropométricos"
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de dato antropométrico",
        "min": 1,
        "type": [
          {
            "code": "Observation",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASObservationAntropometria"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos.resource.category.coding",
        "path": "Bundle.entry.resource.category.coding",
        "patternCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "248326004",
          "display": "medida corporals"
        }
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos.resource.performer.identifier.type",
        "path": "Bundle.entry.resource.performer.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:ObservationDatosAntropometricos.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Observation?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para el dato antropométrico]"
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos",
        "path": "Bundle.entry",
        "sliceName": "ObservationHabitosToxicos",
        "short": "Registro de hábitos tóxicos",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only)."
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de hábito tóxico",
        "min": 1,
        "type": [
          {
            "code": "Observation",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASObservationHabitoToxico"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos.resource.category.coding",
        "path": "Bundle.entry.resource.category.coding",
        "patternCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "31251000122103",
          "display": "hábitos tóxicos"
        }
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos.resource.performer.identifier.type",
        "path": "Bundle.entry.resource.performer.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:ObservationHabitosToxicos.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Observation?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para el hábito tóxico]"
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables",
        "path": "Bundle.entry",
        "sliceName": "ObservationHabitosNoSaludables",
        "short": "Registro de hábitos no saludables",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only)."
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de hábito no saludable",
        "min": 1,
        "type": [
          {
            "code": "Observation",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASObservationHabitoNoSaludable"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables.resource.category.coding",
        "path": "Bundle.entry.resource.category.coding",
        "patternCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "365949003",
          "display": "hallazgo relacionado con conductas vinculadas a la salud"
        }
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables.resource.performer.identifier.type",
        "path": "Bundle.entry.resource.performer.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:ObservationHabitosNoSaludables.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Observation?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para el hábito no saludable]"
      },
      {
        "id": "Bundle.entry:MedicationFarmacosPrevios",
        "path": "Bundle.entry",
        "sliceName": "MedicationFarmacosPrevios",
        "short": "Registro de fármacos previos",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only)."
      },
      {
        "id": "Bundle.entry:MedicationFarmacosPrevios.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:MedicationFarmacosPrevios.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de fármaco previo",
        "min": 1,
        "type": [
          {
            "code": "Medication",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASMedication"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:MedicationFarmacosPrevios.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:MedicationFarmacosPrevios.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:MedicationFarmacosPrevios.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/Medication?code=[URL del SNOMED CT. Extensión para España del SNS o urn:oid del ATC o DCSA]|[Código del fármaco]"
      },
      {
        "id": "Bundle.entry:StatementTratamientoFarmacoloPrevio",
        "path": "Bundle.entry",
        "sliceName": "StatementTratamientoFarmacoloPrevio",
        "short": "Registro de tratamientos farmacológicos previos",
        "definition": "Entry in the bundle - will have a resource or information. An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only)."
      },
      {
        "id": "Bundle.entry:StatementTratamientoFarmacoloPrevio.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry:StatementTratamientoFarmacoloPrevio.resource",
        "path": "Bundle.entry.resource",
        "short": "Referencia al registro de tratamiento farmacológico previo",
        "min": 1,
        "type": [
          {
            "code": "MedicationStatement",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASMedicationStatement"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:StatementTratamientoFarmacoloPrevio.resource.subject.identifier.type",
        "path": "Bundle.entry.resource.subject.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:StatementTratamientoFarmacoloPrevio.resource.informationSource.identifier.type",
        "path": "Bundle.entry.resource.informationSource.identifier.type",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Bundle.entry:StatementTratamientoFarmacoloPrevio.request",
        "path": "Bundle.entry.request",
        "short": "Información de ejecución",
        "definition": "Additional execution information (transaction/batch/history). Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.",
        "min": 1
      },
      {
        "id": "Bundle.entry:StatementTratamientoFarmacoloPrevio.request.method",
        "path": "Bundle.entry.request.method",
        "short": "Método de interacción",
        "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred (GET | HEAD | POST | PUT | DELETE | PATCH)."
      },
      {
        "id": "Bundle.entry:StatementTratamientoFarmacoloPrevio.request.url",
        "path": "Bundle.entry.request.url",
        "short": "URL de este entry, relativa a la raíz",
        "definition": "Formato de actualización condicional: [base]/MedicationStatement?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para el registro de tratamiento farmacológico previo]"
      }
    ]
  }
}