PackagesCanonicalsLogsProblems
    Packages
    fhir.ieb.core@0.1.1
    http://www.ieb.ufsc.br/fhir/StructureDefinition/Condition-ieb
{
  "description": "This profile represents the constraints applied to the Condition resource by the International Patient Summary (IPS) FHIR Implementation Guide. A record of a problem is represented in the patient summary as an instance of the Condition resource constrained by this profile.",
  "_filename": "Condition-ieb.json",
  "package_name": "fhir.ieb.core",
  "date": "2021-05-21",
  "derivation": "constraint",
  "meta": {
    "source": "#xQQWbHwrqkMq7Cbn",
    "versionId": "12",
    "lastUpdated": "2021-05-21T19:39:32.140+00:00"
  },
  "publisher": "Health Level Seven International - Patient Care Work Group",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "purpose": "Representation of a problem in the international patient summary",
  "name": "ConditionIEB",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://snomed.info/conceptdomain",
    "name": "SNOMED CT Concept Domain Binding",
    "identity": "sct-concept"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://snomed.org/attributebinding",
    "name": "SNOMED CT Attribute Binding",
    "identity": "sct-attr"
  } ],
  "abstract": false,
  "type": "Condition",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Condition (IEB)",
  "package_version": "0.1.1",
  "status": "active",
  "id": "2c99435f-0e74-4a6c-974a-683358ed1027",
  "kind": "resource",
  "url": "http://www.ieb.ufsc.br/fhir/StructureDefinition/Condition-ieb",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Condition",
      "path": "Condition",
      "short": "Documentation of a health problem of the patient",
      "mustSupport": true
    }, {
      "id": "Condition.clinicalStatus",
      "min": 1,
      "path": "Condition.clinicalStatus",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Condition.verificationStatus",
      "path": "Condition.verificationStatus",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ]
      } ],
      "comment": "This element is labeled as a modifier because the status contains the code refuted and entered-in-error that mark the Condition as not currently valid.",
      "mustSupport": true
    }, {
      "id": "Condition.category",
      "path": "Condition.category",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ]
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/problem-type-uv-ips"
      },
      "comment": "In this profile, Condition represents a health problem of the patient. Therefore one of the category value(s) must be problem-list-item.",
      "definition": "A category assigned to the condition. In this profile, a health problem of the patient, therefore a 'problem-list-item'.\r\n",
      "mustSupport": true
    }, {
      "id": "Condition.severity",
      "path": "Condition.severity",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ]
      } ],
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ConditionSeverity"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Condition.code",
      "max": "1",
      "min": 1,
      "path": "Condition.code",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ]
      } ],
      "slicing": {
        "rules": "open",
        "description": "Discriminated by the bound value set",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "definition": "Identification of the condition, problem or diagnosis or recording of \"problem absent\" or of \"problems unknown\".",
      "mustSupport": true
    }, {
      "path": "Condition.code",
      "min": 0,
      "definition": "Code for a clinical problem that is selected from the SNOMED CT GPS code set.",
      "short": "Code for a problem from the SNOMED CT GPS code set",
      "mustSupport": true,
      "sliceName": "problemGPSCode",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/core-problem-finding-situation-event-gps-uv-ips",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "problemGPSCode"
        } ],
        "description": "problemGPS"
      },
      "max": "1",
      "id": "Condition.code:problemGPSCode"
    }, {
      "path": "Condition.code",
      "min": 0,
      "definition": "Code representing the statement \"absent problem\" or the statement \"problems unknown\"",
      "short": "Code for absent problem or for unknown problem",
      "mustSupport": true,
      "sliceName": "absentOrUnknownProblem",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-problems-uv-ips",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "absentOrUnknownProblem"
        } ],
        "description": "Absent problem or unknown problem"
      },
      "max": "1",
      "id": "Condition.code:absentOrUnknownProblem"
    }, {
      "id": "Condition.bodySite",
      "path": "Condition.bodySite",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips" ]
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/body-site",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "BodySite"
        } ]
      }
    }, {
      "id": "Condition.subject",
      "path": "Condition.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Condition.subject.reference",
      "min": 1,
      "path": "Condition.subject.reference",
      "mustSupport": true
    }, {
      "id": "Condition.onset[x]",
      "path": "Condition.onset[x]",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Condition.onsetDateTime:onsetDateTime",
      "path": "Condition.onsetDateTime",
      "type": [ {
        "code": "dateTime"
      } ],
      "sliceName": "onsetDateTime",
      "mustSupport": true
    }, {
      "id": "Condition.onsetPeriod:onsetPeriod",
      "path": "Condition.onsetPeriod",
      "type": [ {
        "code": "Period"
      } ],
      "sliceName": "onsetPeriod",
      "mustSupport": false
    }, {
      "id": "Condition.abatement[x]",
      "path": "Condition.abatement[x]",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Condition.abatement[x]:abatementDateTime",
      "path": "Condition.abatement[x]",
      "type": [ {
        "code": "dateTime"
      } ],
      "sliceName": "abatementDateTime",
      "mustSupport": true
    }, {
      "id": "Condition.abatement[x]:abatementPeriod",
      "path": "Condition.abatement[x]",
      "type": [ {
        "code": "Period"
      } ],
      "sliceName": "abatementPeriod",
      "mustSupport": false
    }, {
      "id": "Condition.asserter",
      "path": "Condition.asserter",
      "definition": "Individual who is making the condition statement.\r\nInformation source.",
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/patientcare",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition"
}