{
  "resourceType": "StructureDefinition",
  "url": "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASConditionEnfermedad",
  "name": "UNICASConditionEnfermedad",
  "title": "Condition Enfermedad ÚNICAS",
  "status": "draft",
  "description": "Este profile define las restricciones del recurso Condition para representar el registro de una enfermedad previa o una enfermedad neonatal en el contexto del caso de uso de ÚNICAS.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.identifier",
        "path": "Condition.identifier",
        "short": "Identificador único",
        "definition": "External Ids for this condition. Business identifiers assigned to this condition by the performer or other systems which remain constant as the resource is updated and propagates from server to server.",
        "min": 1
      },
      {
        "id": "Condition.identifier.system",
        "path": "Condition.identifier.system",
        "short": "Sistema para identificar el origen",
        "definition": "Formato: urn:regcess:[CódigoREGCESS]\r\nDebe incluir el código REGCESS después de urn:regcess:",
        "min": 1,
        "constraint": [
          {
            "key": "regcess-system",
            "severity": "warning",
            "human": "system debe comenzar por urn:regcess: seguido del identificador del sistema.",
            "expression": "matches('^urn:regcess:[A-Za-z0-9]+$')"
          }
        ]
      },
      {
        "id": "Condition.identifier.value",
        "path": "Condition.identifier.value",
        "short": "Identificador interno del sistema para la enfermedad",
        "definition": "Debe indicar el ID interno del sistema de origen utilizado para la enfermedad.",
        "min": 1
      },
      {
        "id": "Condition.category",
        "path": "Condition.category",
        "short": "Clasificación de enfermedad: enfermedades previas | trastorno neonatal",
        "definition": "A category assigned to the condition (problem-list-item | encounter-diagnosis).",
        "binding": {
          "strength": "extensible",
          "description": "Value set de Tipos de informaciones para ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposInformacionesUNICAS"
        }
      },
      {
        "id": "Condition.category.coding.system",
        "path": "Condition.category.coding.system",
        "short": "URL del SNOMED CT. Extensión para España del SNS",
        "definition": "Posible URL de terminología utilizada para indicar la clasificación de enfermedad y su descripción correspondiente:\r\n\r\n- SNOMED CT. Extensión para España del SNS: http://snomed.info/sct/900000001000122104"
      },
      {
        "id": "Condition.category.coding.code",
        "path": "Condition.category.coding.code",
        "short": "Código de la clasificación de enfermedad"
      },
      {
        "id": "Condition.category.coding.display",
        "path": "Condition.category.coding.display",
        "short": "Descripción de la clasificación de enfermedad",
        "definition": "Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system."
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "short": "Enfermedad",
        "min": 1,
        "binding": {
          "strength": "extensible",
          "description": "Value set de Enfermedades",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/Enfermedades"
        }
      },
      {
        "id": "Condition.code.coding",
        "path": "Condition.code.coding",
        "min": 1
      },
      {
        "id": "Condition.code.coding.system",
        "path": "Condition.code.coding.system",
        "short": "URL del SNOMED CT. Extensión para España del SNS | OID del CIE-10-ES. Diagnósticos | OID del ORPHA",
        "definition": "Posibles URLs y/o OIDs de terminologías utilizadas para indicar la enfermedad y su descripción correspondiente:\r\n\n- SNOMED CT. Extensión para España del SNS con filtro aplicado al eje hallazgo: http://snomed.info/sct/900000001000122104\n- CIE-10-ES. Diagnósticos: urn:oid:2.16.724.4.21.5.29\r\n- ORPHA: urn:oid:2.16.724.4.21.5.22",
        "min": 1
      },
      {
        "id": "Condition.code.coding.code",
        "path": "Condition.code.coding.code",
        "short": "Código del enfermedad",
        "min": 1
      },
      {
        "id": "Condition.code.coding.display",
        "path": "Condition.code.coding.display",
        "short": "Descripción del enfermedad",
        "definition": "Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system.",
        "min": 1
      },
      {
        "id": "Condition.code.text",
        "path": "Condition.code.text",
        "short": "Descripción narrativa, registrada por el professional"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "Referencia al paciente",
        "definition": "Who has the condition? Indicates the patient or group who the condition record is associated with.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASPatient"
            ]
          }
        ]
      },
      {
        "id": "Condition.subject.reference",
        "path": "Condition.subject.reference",
        "short": "Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR",
        "definition": "Formato: [base]/Patient?identifier=[OID registro de número de CIP-SNS]|[Número CIP-SNS]"
      },
      {
        "id": "Condition.subject.type",
        "path": "Condition.subject.type",
        "short": "Tipo de recurso FHIR",
        "definition": "Type the reference refers to (e.g. \"Patient\") - must be a resource in resources. The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\r\n\r\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
        "min": 1
      },
      {
        "id": "Condition.subject.identifier",
        "path": "Condition.subject.identifier",
        "short": "Identificador de paciente CIP-SNS. Cuando no tengamos recurso Patient, se debera informar el identificador de paciente mediante CIP-SNS",
        "definition": "Logical reference, when literal reference is not known. An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.",
        "min": 1
      },
      {
        "id": "Condition.subject.identifier.type",
        "path": "Condition.subject.identifier.type",
        "short": "Tipos de documentos de identificación para persona Ú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 documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Condition.subject.identifier.type.coding.system",
        "path": "Condition.subject.identifier.type.coding.system",
        "short": "URL del SNOMED CT. Extensión para España del SNS",
        "definition": "Posible URL de terminología utilizada para indicar el tipo de documentos de identificación y su descripción correspondiente:\r\n\r\n- SNOMED CT. Extensión para España del SNS: http://snomed.info/sct/900000001000122104"
      },
      {
        "id": "Condition.subject.identifier.type.coding.code",
        "path": "Condition.subject.identifier.type.coding.code",
        "short": "Código del identificador"
      },
      {
        "id": "Condition.subject.identifier.type.coding.display",
        "path": "Condition.subject.identifier.type.coding.display",
        "short": "Decripción del identificador",
        "definition": "Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system."
      },
      {
        "id": "Condition.subject.identifier.system",
        "path": "Condition.subject.identifier.system",
        "short": "OID registro de número de CIP-SNS",
        "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."
      },
      {
        "id": "Condition.subject.identifier.value",
        "path": "Condition.subject.identifier.value",
        "short": "Número CIP-SNS",
        "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."
      },
      {
        "id": "Condition.subject.display",
        "path": "Condition.subject.display",
        "short": "Nombre completo del paciente",
        "definition": "Text alternative for the resource. Plain text narrative that identifies the resource in addition to the resource reference."
      },
      {
        "id": "Condition.onset[x]",
        "path": "Condition.onset[x]",
        "short": "Fecha de inicio",
        "definition": "Estimated or actual date,  date-time, or age. Estimated or actual date or date-time  the condition began, in the opinion of the clinician.",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Condition.participant",
        "path": "Condition.participant",
        "short": "Profesional sanitario"
      },
      {
        "id": "Condition.participant.actor",
        "path": "Condition.participant.actor",
        "short": "Referencia al profesional sanitario",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASPractitionerRole",
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASPractitioner",
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASOrganization"
            ]
          }
        ]
      },
      {
        "id": "Condition.participant.actor.reference",
        "path": "Condition.participant.actor.reference",
        "short": "Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR",
        "definition": "Formato: [base]/Practitioner?identifier=[OID registro de DNI]|[Número DNI]"
      },
      {
        "id": "Condition.participant.actor.type",
        "path": "Condition.participant.actor.type",
        "short": "Tipo de recurso FHIR",
        "definition": "Type the reference refers to (e.g. \"Patient\") - must be a resource in resources. The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
        "min": 1
      },
      {
        "id": "Condition.participant.actor.identifier",
        "path": "Condition.participant.actor.identifier",
        "short": "Identificadores del profesional sanitario. Cuando no tengamos recurso Practitioner, se debera informar el identificador del profesional sanitario mediante DNI como dato mínimo. Adicionalmente, se puede informar el número colegiado del profesional sanitario como dato recomendado",
        "definition": "Logical reference, when literal reference is not known. An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.",
        "min": 1
      },
      {
        "id": "Condition.participant.actor.identifier.extension:numeroColegiadoProfesionalSanitario",
        "path": "Condition.participant.actor.identifier.extension",
        "sliceName": "numeroColegiadoProfesionalSanitario",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/NumeroColegiadoProfesionalSanitario"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Condition.participant.actor.identifier.type",
        "path": "Condition.participant.actor.identifier.type",
        "short": "Tipos de documentos de identificación para persona Ú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 documentos de identificación para persona ÚNICAS",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDocumentosIdentificacionPersona"
        }
      },
      {
        "id": "Condition.participant.actor.identifier.type.coding.system",
        "path": "Condition.participant.actor.identifier.type.coding.system",
        "short": "URL del refset Tipos de documento para identificación personal de SNOMED CT. Extensión para España del SNS",
        "definition": "Posible URL de terminología utilizada para indicar el tipo de documentos de identificación y su descripción correspondiente:\r\n\r\n- Refset Tipos de documento para identificación personal del SNOMED CT. Extensión para España del SNS: http://snomed.info/sct/900000001000122104?fhir_vs-refset/900000251000122107"
      },
      {
        "id": "Condition.participant.actor.identifier.type.coding.code",
        "path": "Condition.participant.actor.identifier.type.coding.code",
        "short": "Código del identificador"
      },
      {
        "id": "Condition.participant.actor.identifier.type.coding.display",
        "path": "Condition.participant.actor.identifier.type.coding.display",
        "short": "Decripción del identificador",
        "definition": "Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system."
      },
      {
        "id": "Condition.participant.actor.identifier.system",
        "path": "Condition.participant.actor.identifier.system",
        "short": "OID registro de DNI",
        "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."
      },
      {
        "id": "Condition.participant.actor.identifier.value",
        "path": "Condition.participant.actor.identifier.value",
        "short": "Número del DNI",
        "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."
      },
      {
        "id": "Condition.participant.actor.display",
        "path": "Condition.participant.actor.display",
        "short": "Nombre completo del profesional sanitario",
        "definition": "Text alternative for the resource. Plain text narrative that identifies the resource in addition to the resource reference."
      }
    ]
  }
}