{
  "resourceType": "StructureDefinition",
  "language": "pt-BR",
  "url": "https://health.iasis.tech/fhir/r4/StructureDefinition/Condicao-1.0",
  "version": "1.0",
  "name": "Condicao",
  "title": "Condição",
  "status": "active",
  "date": "2022-10-09",
  "publisher": "IASIS",
  "description": "Condição avaliada no paciente",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition",
        "path": "Condition",
        "short": "Informações detalhadas sobre condições, problemas ou diagnósticos",
        "definition": "Uma condição clínica, problema, diagnóstico ou outro evento, situação, questão ou conceito clínico que atingiu um nível de preocupação."
      },
      {
        "id": "Condition.identifier",
        "path": "Condition.identifier",
        "max": "0"
      },
      {
        "id": "Condition.clinicalStatus",
        "path": "Condition.clinicalStatus",
        "max": "0"
      },
      {
        "id": "Condition.verificationStatus",
        "path": "Condition.verificationStatus",
        "max": "0"
      },
      {
        "id": "Condition.category",
        "path": "Condition.category",
        "max": "0"
      },
      {
        "id": "Condition.severity",
        "path": "Condition.severity",
        "max": "0"
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "short": "Identificação da condição, problema ou diagnóstico",
        "definition": "Identificação da condição, problema ou diagnóstico",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Identificação da condição ou diagnóstico.",
          "valueSet": "https://health.iasis.tech/fhir/r4/ValueSet/CondicaoPaciente"
        }
      },
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "max": "0"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "Quem tem a condição?",
        "definition": "Indica o paciente ou grupo ao qual o registro de condição está associado.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.iasis.tech/fhir/r4/StructureDefinition/Paciente-1.0"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Condition.subject.reference",
        "path": "Condition.subject.reference",
        "max": "0"
      },
      {
        "id": "Condition.subject.type",
        "path": "Condition.subject.type",
        "max": "0"
      },
      {
        "id": "Condition.subject.identifier",
        "path": "Condition.subject.identifier",
        "min": 1
      },
      {
        "id": "Condition.subject.identifier.use",
        "path": "Condition.subject.identifier.use",
        "max": "0"
      },
      {
        "id": "Condition.subject.identifier.type",
        "path": "Condition.subject.identifier.type",
        "max": "0"
      },
      {
        "id": "Condition.subject.identifier.system",
        "path": "Condition.subject.identifier.system",
        "min": 1
      },
      {
        "id": "Condition.subject.identifier.value",
        "path": "Condition.subject.identifier.value",
        "min": 1
      },
      {
        "id": "Condition.subject.identifier.period",
        "path": "Condition.subject.identifier.period",
        "max": "0"
      },
      {
        "id": "Condition.subject.identifier.assigner",
        "path": "Condition.subject.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Condition.subject.display",
        "path": "Condition.subject.display",
        "max": "0"
      },
      {
        "id": "Condition.encounter",
        "path": "Condition.encounter",
        "max": "0"
      },
      {
        "id": "Condition.onset[x]",
        "path": "Condition.onset[x]",
        "max": "0"
      },
      {
        "id": "Condition.abatement[x]",
        "path": "Condition.abatement[x]",
        "max": "0"
      },
      {
        "id": "Condition.recordedDate",
        "path": "Condition.recordedDate",
        "max": "0"
      },
      {
        "id": "Condition.recorder",
        "path": "Condition.recorder",
        "max": "0"
      },
      {
        "id": "Condition.asserter",
        "path": "Condition.asserter",
        "max": "0"
      },
      {
        "id": "Condition.stage",
        "path": "Condition.stage",
        "max": "0"
      },
      {
        "id": "Condition.evidence",
        "path": "Condition.evidence",
        "max": "0"
      },
      {
        "id": "Condition.note",
        "path": "Condition.note",
        "max": "0"
      }
    ]
  }
}