{
  "resourceType": "StructureDefinition",
  "url": "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCondicaoSaude",
  "version": "1.0",
  "name": "BRCondicaoSaude",
  "title": "Condição de Saúde",
  "status": "active",
  "date": "2022-09-16",
  "publisher": "Ministério da Saúde do Brasil",
  "description": "Contém os dados relacionados à condição de saúde ou condição alvo do paciente avaliado.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.identifier",
        "path": "Condition.identifier",
        "max": "0"
      },
      {
        "id": "Condition.clinicalStatus",
        "path": "Condition.clinicalStatus",
        "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": "Suspeita Diagnóstica",
        "definition": "Identifica a suspeita diagnóstica com relação à condição de saúde avaliado.",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "Terminologia de Suspeita Diagnósitca",
          "valueSet": "http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaSuspeitaDiagnostica"
        }
      },
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "max": "0"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "Indivíduo com a Condição de Saúde avaliada",
        "definition": "Referencia os dados sobre o indivíduo cuja a condição de saúde está sendo avaliada.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0"
            ]
          }
        ]
      },
      {
        "id": "Condition.subject.identifier",
        "path": "Condition.subject.identifier",
        "min": 1
      },
      {
        "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.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",
        "min": 1
      },
      {
        "id": "Condition.stage.assessment",
        "path": "Condition.stage.assessment",
        "short": "Diagnóstico de Laboratório Clínico",
        "definition": "Referência aos dados de diagnóstico de laboratório clínico relacionados à suspeia diagnóstica.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRDiagnosticoLaboratorioClinico-3.2.1"
            ]
          }
        ]
      },
      {
        "id": "Condition.stage.assessment.reference",
        "path": "Condition.stage.assessment.reference",
        "min": 1
      },
      {
        "id": "Condition.evidence",
        "path": "Condition.evidence",
        "max": "0"
      },
      {
        "id": "Condition.note",
        "path": "Condition.note",
        "max": "0"
      }
    ]
  }
}