{
  "resourceType": "StructureDefinition",
  "language": "pt-BR",
  "url": "https://health.iasis.tech/fhir/r4/StructureDefinition/Observacao-1.0",
  "version": "1.0",
  "name": "Observacao",
  "title": "Observação",
  "status": "active",
  "date": "2022-10-05",
  "publisher": "IASIS",
  "description": "Observação realizada no paciente",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "Medições e assertivas simples",
        "definition": "Medições e assertivas simples feitas sobre um paciente, dispositivo ou outro assunto."
      },
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "max": "0"
      },
      {
        "id": "Observation.basedOn",
        "path": "Observation.basedOn",
        "max": "0"
      },
      {
        "id": "Observation.partOf",
        "path": "Observation.partOf",
        "max": "0"
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "definition": "O status do valor do resultado.",
        "fixedCode": "final",
        "mustSupport": true
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "max": "0"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Tipo de observação (código/tipo)",
        "definition": "Descreve o que foi observado. Às vezes, isso é chamado de \"nome\" da observação.",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Códigos que identificam nomes de observações simples.",
          "valueSet": "https://health.iasis.tech/fhir/r4/ValueSet/ObservacaoPaciente"
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Quem e/ou do que se trata a observação",
        "definition": "O paciente, ou grupo de pacientes, local ou dispositivo sobre o qual esta observação se refere e em cujo registro a observação é colocada. Se o foco real da observação for diferente do assunto (ou uma amostra, parte ou região do assunto), o elemento `focus` ou o próprio `código` especifica o foco real da observação.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.iasis.tech/fhir/r4/StructureDefinition/Paciente-1.0"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.subject.reference",
        "path": "Observation.subject.reference",
        "max": "0"
      },
      {
        "id": "Observation.subject.type",
        "path": "Observation.subject.type",
        "max": "0"
      },
      {
        "id": "Observation.subject.identifier",
        "path": "Observation.subject.identifier",
        "min": 1
      },
      {
        "id": "Observation.subject.identifier.use",
        "path": "Observation.subject.identifier.use",
        "max": "0"
      },
      {
        "id": "Observation.subject.identifier.type",
        "path": "Observation.subject.identifier.type",
        "max": "0"
      },
      {
        "id": "Observation.subject.identifier.system",
        "path": "Observation.subject.identifier.system",
        "min": 1
      },
      {
        "id": "Observation.subject.identifier.value",
        "path": "Observation.subject.identifier.value",
        "min": 1
      },
      {
        "id": "Observation.subject.identifier.period",
        "path": "Observation.subject.identifier.period",
        "max": "0"
      },
      {
        "id": "Observation.subject.identifier.assigner",
        "path": "Observation.subject.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Observation.subject.display",
        "path": "Observation.subject.display",
        "max": "0"
      },
      {
        "id": "Observation.focus",
        "path": "Observation.focus",
        "max": "0"
      },
      {
        "id": "Observation.encounter",
        "path": "Observation.encounter",
        "max": "0"
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "max": "0"
      },
      {
        "id": "Observation.issued",
        "path": "Observation.issued",
        "max": "0"
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "max": "0"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "string"
          },
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.dataAbsentReason",
        "path": "Observation.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "max": "0"
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "short": "Parte do corpo observada",
        "definition": "Indica o local no corpo do sujeito onde a observação foi feita (ou seja, o local alvo).",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Códigos que descrevem localizações anatômicas. Pode incluir lateralidade."
        }
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "max": "0"
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "max": "0"
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "max": "0"
      },
      {
        "id": "Observation.referenceRange",
        "path": "Observation.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.hasMember",
        "path": "Observation.hasMember",
        "max": "0"
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "max": "0"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "mustSupport": true
      },
      {
        "id": "Observation.component.code",
        "path": "Observation.component.code",
        "short": "Tipo de observação do componente (código/tipo)",
        "definition": "Descreve o que foi observado. Às vezes, isso é chamado de \"código\" de observação.",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Códigos que identificam nomes de observações simples.",
          "valueSet": "https://health.iasis.tech/fhir/r4/ValueSet/ObservacaoPaciente"
        }
      },
      {
        "id": "Observation.component.value[x]",
        "path": "Observation.component.value[x]",
        "short": "Resultado real do componente",
        "definition": "A informação determinada como resultado da observação, se a informação tiver um valor simples.",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "string"
          },
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.component.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0",
        "contentReference": "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      }
    ]
  }
}