{
  "resourceType": "StructureDefinition",
  "url": "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASConditionDiagnostico",
  "name": "UNICASConditionDiagnostico",
  "title": "Condition Diagnóstico ÚNICAS",
  "status": "draft",
  "description": "Este profile define las restricciones del recurso Condition para representar el registro de un estudio diagnóstico 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
      },
      {
        "id": "Condition.identifier.value",
        "path": "Condition.identifier.value",
        "short": "Identificador interno del sistema para el diagnóstico",
        "definition": "Debe indicar el ID interno del sistema de origen utilizado para el diagnóstico.",
        "min": 1
      },
      {
        "id": "Condition.category",
        "path": "Condition.category",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Condition.category:ClasificacionDiagnostico",
        "path": "Condition.category",
        "sliceName": "ClasificacionDiagnostico",
        "short": "Clasificación de diagnóstico",
        "definition": "A category assigned to the condition (problem-list-item | encounter-diagnosis).",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "Value set de Clasificaciones de diagnósticos",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/ClasificacionesDiagnosticos"
        }
      },
      {
        "id": "Condition.category:ClasificacionDiagnostico.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 diagnóstico y su descripción correspondiente:\r\n\r\n- SNOMED CT. Extensión para España del SNS: http://snomed.info/sct/900000001000122104",
        "min": 1
      },
      {
        "id": "Condition.category:ClasificacionDiagnostico.coding.code",
        "path": "Condition.category.coding.code",
        "short": "Código de la clasificación de diagnóstico",
        "min": 1
      },
      {
        "id": "Condition.category:ClasificacionDiagnostico.coding.display",
        "path": "Condition.category.coding.display",
        "short": "Descripción de la clasificación de diagnóstico",
        "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.category:TipoDiagnostico",
        "path": "Condition.category",
        "sliceName": "TipoDiagnostico",
        "short": "Tipo de diagnóstico",
        "definition": "A category assigned to the condition (problem-list-item | encounter-diagnosis).",
        "binding": {
          "strength": "required",
          "description": "Value set de Tipos de diagnósticos",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/TiposDiagnosticos"
        }
      },
      {
        "id": "Condition.category:TipoDiagnostico.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 el tipo de diagnóstico 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:TipoDiagnostico.coding.code",
        "path": "Condition.category.coding.code",
        "short": "Código del tipo diagnóstico"
      },
      {
        "id": "Condition.category:TipoDiagnostico.coding.display",
        "path": "Condition.category.coding.display",
        "short": "Descripción del tipo diagnóstico",
        "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": "Diagnóstico",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "Value set de Diagnósticos",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/Diagnosticos"
        }
      },
      {
        "id": "Condition.code.coding",
        "path": "Condition.code.coding",
        "short": "Concepto de diagnóstico. Pueden ser codificados utilizando las terminologías de SNOMED CT. Extensión para España del SNS, CIE-10-ES. Diagnósticos, ORPHA y OMIM",
        "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 | OID del OMIM",
        "definition": "Posibles URLs y/o OIDs de terminologías utilizadas para indicar el diagnóstico 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\r\n- OMIM: urn:oid:2.16.724.4.21.5.31",
        "min": 1
      },
      {
        "id": "Condition.code.coding.code",
        "path": "Condition.code.coding.code",
        "short": "Código del diagnóstico",
        "min": 1
      },
      {
        "id": "Condition.code.coding.display",
        "path": "Condition.code.coding.display",
        "short": "Descripción del diagnóstico",
        "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.encounter",
        "path": "Condition.encounter",
        "short": "Referencia a la interacción clínica",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASEncounter"
            ]
          }
        ]
      },
      {
        "id": "Condition.encounter.reference",
        "path": "Condition.encounter.reference",
        "short": "Referencia recurso FHIR",
        "definition": "Formato: [base]/Encounter?identifier=urn:regcess:[CódigoREGCESS]|[Id interno del sistema para la interacción clínica]"
      },
      {
        "id": "Condition.encounter.type",
        "path": "Condition.encounter.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)."
      },
      {
        "id": "Condition.encounter.identifier",
        "path": "Condition.encounter.identifier",
        "short": "Identificador del recurso FHIR",
        "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."
      },
      {
        "id": "Condition.encounter.identifier.system",
        "path": "Condition.encounter.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:"
      },
      {
        "id": "Condition.encounter.identifier.value",
        "path": "Condition.encounter.identifier.value",
        "short": "Identificador interno del sistema para la interacción clínica",
        "definition": "Debe indicar el ID interno del sistema de origen utilizado para la interacción clínica"
      },
      {
        "id": "Condition.onset[x]",
        "path": "Condition.onset[x]",
        "short": "Fecha de diagnóstico",
        "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",
        "min": 1
      },
      {
        "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."
      },
      {
        "id": "Condition.evidence",
        "path": "Condition.evidence",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Condition.evidence:GradoSospecha",
        "path": "Condition.evidence",
        "sliceName": "GradoSospecha",
        "short": "Grado de sospecha",
        "definition": "Supporting evidence for the verification status. Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.",
        "binding": {
          "strength": "required",
          "description": "Value set de Grados de sospecha del diagnostico",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/GradosSospechaDiagnostico"
        }
      },
      {
        "id": "Condition.evidence:GradoSospecha.concept",
        "path": "Condition.evidence.concept",
        "short": "Grado de sospecha",
        "definition": "Reference to a concept (by class). A reference to a concept - e.g. the information is identified by its general class to the degree of precision found in the terminology."
      },
      {
        "id": "Condition.evidence:GradoSospecha.concept.coding",
        "path": "Condition.evidence.concept.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Condition.evidence:GradoSospecha.concept.coding:GradoSospecha-code",
        "path": "Condition.evidence.concept.coding",
        "sliceName": "GradoSospecha-code",
        "short": "Concepto \"grado de sospecha de enfermedad minoritaria\"",
        "fixedCoding": {
          "system": "http://snomed.info/sct/900000001000122104",
          "code": "2095221000122101",
          "display": "grado de sospecha de enfermedad minoritaria"
        }
      },
      {
        "id": "Condition.evidence:GradoSospecha.concept.coding:GradoSospecha-code.system",
        "path": "Condition.evidence.concept.coding.system",
        "short": "URL del SNOMED CT. Extensión para España del SNS",
        "definition": "Posible URL de terminología utilizada para indicar el concepto \"grado de sospecha de enfermedad minoritaria\" 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.evidence:GradoSospecha.concept.coding:GradoSospecha-code.code",
        "path": "Condition.evidence.concept.coding.code",
        "short": "Código del concepto: 2095221000122101"
      },
      {
        "id": "Condition.evidence:GradoSospecha.concept.coding:GradoSospecha-code.display",
        "path": "Condition.evidence.concept.coding.display",
        "short": "Descripción del concepto: grado de sospecha de enfermedad minoritaria",
        "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.evidence:GradoSospecha.concept.coding:GradoSospecha-valor",
        "path": "Condition.evidence.concept.coding",
        "sliceName": "GradoSospecha-valor",
        "short": "Valor del grado de sospecha (sospecha alta de enfermedad minoritaria | sospecha media de enfermedad minoritaria | sospecha baja de enfermedad minoritaria)",
        "definition": "Code defined by a terminology system. A reference to a code defined by a terminology system.",
        "fixedCoding": {
          "system": "http://snomed.info/sct/900000001000122104"
        }
      },
      {
        "id": "Condition.evidence:GradoSospecha.concept.coding:GradoSospecha-valor.system",
        "path": "Condition.evidence.concept.coding.system",
        "short": "URL del SNOMED CT. Extensión para España del SNS",
        "definition": "Posible URL de terminología utilizada para indicar el valor del grado de sospecha 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.evidence:GradoSospecha.concept.coding:GradoSospecha-valor.code",
        "path": "Condition.evidence.concept.coding.code",
        "short": "Código del grado de sospecha: 2095291000122104 | 2095301000122103 | 2095311000122100"
      },
      {
        "id": "Condition.evidence:GradoSospecha.concept.coding:GradoSospecha-valor.display",
        "path": "Condition.evidence.concept.coding.display",
        "short": "Descripción del grado de sospecha: sospecha alta de enfermedad minoritaria | sospecha media de enfermedad minoritaria | sospecha baja de enfermedad minoritaria",
        "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.evidence:GradoSospecha.concept.text",
        "path": "Condition.evidence.concept.text",
        "short": "Comentario",
        "definition": "Plain text representation of the concept. A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user."
      },
      {
        "id": "Condition.evidence:CriteriosSospecha",
        "path": "Condition.evidence",
        "sliceName": "CriteriosSospecha",
        "short": "Criterios de sospecha (criterio de diagnóstico clínico, criterio de prueba genética, criterio de prueba bioquímica, criterio de prueba hematológica, criterio de prueba histológica, criterio de prueba inmunológica, criterio de prueba de imagen)",
        "definition": "Supporting evidence for the verification status. Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.",
        "binding": {
          "strength": "required",
          "description": "Value set de Criterios de sospecha del diagnostico",
          "valueSet": "https://unicas-fhir.sanidad.gob.es/ValueSet/CriteriosSospechaDiagnosticos"
        }
      },
      {
        "id": "Condition.evidence:CriteriosSospecha.concept",
        "path": "Condition.evidence.concept",
        "short": "Criterios de sospecha (criterio de diagnóstico clínico, criterio de prueba genética, criterio de prueba bioquímica, criterio de prueba hematológica, criterio de prueba histológica, criterio de prueba inmunológica, criterio de prueba de imagen)",
        "definition": "Reference to a concept (by class). A reference to a concept - e.g. the information is identified by its general class to the degree of precision found in the terminology."
      },
      {
        "id": "Condition.evidence:CriteriosSospecha.concept.coding",
        "path": "Condition.evidence.concept.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Condition.evidence:CriteriosSospecha.concept.coding:CriteriosSospecha-code",
        "path": "Condition.evidence.concept.coding",
        "sliceName": "CriteriosSospecha-code",
        "short": "Concepto de \"criterio de diagnóstico clínico\" | \"criterio de prueba genética\" | \"criterio de prueba bioquímica\" | \"criterio de prueba hematológica\" | \"criterio de prueba histológica\" | \"criterio de prueba inmunológica\" | \"criterio de prueba de imagen\"",
        "definition": "Code defined by a terminology system. A reference to a code defined by a terminology system.",
        "fixedCoding": {
          "system": "http://snomed.info/sct/900000001000122104"
        }
      },
      {
        "id": "Condition.evidence:CriteriosSospecha.concept.coding:CriteriosSospecha-code.system",
        "path": "Condition.evidence.concept.coding.system",
        "short": "URL del SNOMED CT. Extensión para España del SNS",
        "definition": "Posible URL de terminología utilizada para indicar el concepto \"criterio de diagnóstico clínico\" | \"criterio de prueba genética\" | \"criterio de prueba bioquímica\" | \"criterio de prueba hematológica\" | \"criterio de prueba histológica\" | \"criterio de prueba inmunológica\" | \"criterio de prueba de imagen\" 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.evidence:CriteriosSospecha.concept.coding:CriteriosSospecha-code.code",
        "path": "Condition.evidence.concept.coding.code",
        "short": "Código del concepto: 2095231000122103 | 2095241000122106 | 2095251000122108 | 2095271000122100 | 2095261000122105 | 2095281000122102"
      },
      {
        "id": "Condition.evidence:CriteriosSospecha.concept.coding:CriteriosSospecha-code.display",
        "path": "Condition.evidence.concept.coding.display",
        "short": "Descripción del concepto: criterio de diagnóstico clínico | criterio de prueba genética | criterio de prueba bioquímica | criterio de prueba hematológica | criterio de prueba inmunológica | criterio de prueba de imagen",
        "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.evidence:CriteriosSospecha.concept.coding:CriteriosSospecha-valor",
        "path": "Condition.evidence.concept.coding",
        "sliceName": "CriteriosSospecha-valor",
        "short": "Valor del criterio (verdadero | falso)",
        "definition": "Code defined by a terminology system. A reference to a code defined by a terminology system.",
        "fixedCoding": {
          "system": "http://snomed.info/sct/900000001000122104"
        }
      },
      {
        "id": "Condition.evidence:CriteriosSospecha.concept.coding:CriteriosSospecha-valor.system",
        "path": "Condition.evidence.concept.coding.system",
        "short": "URL del SNOMED CT. Extensión para España del SNS",
        "definition": "Posible URL de terminología utilizada para indicar el valor del criterio 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.evidence:CriteriosSospecha.concept.coding:CriteriosSospecha-valor.code",
        "path": "Condition.evidence.concept.coding.code",
        "short": "Código del criterio: 31874001 | 64100000"
      },
      {
        "id": "Condition.evidence:CriteriosSospecha.concept.coding:CriteriosSospecha-valor.display",
        "path": "Condition.evidence.concept.coding.display",
        "short": "Descripción del criterio: verdadero | falso",
        "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.evidence:CriteriosSospecha.concept.text",
        "path": "Condition.evidence.concept.text",
        "short": "Comentario",
        "definition": "Plain text representation of the concept. A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user."
      },
      {
        "id": "Condition.note",
        "path": "Condition.note",
        "short": "Comentario"
      },
      {
        "id": "Condition.note.text",
        "path": "Condition.note.text",
        "short": "Comentario",
        "definition": "The annotation  - text content (as markdown). The text of the annotation in markdown format."
      }
    ]
  }
}