PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.11-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition
{
  "description": "This profile defines the UK constraints and extensions on the International FHIR resource [Condition](https://hl7.org/fhir/R4/Condition.html).",
  "_filename": "UKCore-Condition.json",
  "package_name": "fhir.r4.ukcore.stu3.currentbuild",
  "date": "2023-12-12",
  "derivation": "constraint",
  "publisher": "HL7 UK",
  "fhirVersion": "4.0.1",
  "purpose": "This profile allows recording of detailed information about a condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. \r\n\r\nThe condition could be a point in time diagnosis in the context of an encounter, it could be an item on the practitioner’s problem list, or it could be a concern that doesn’t exist on the practitioner’s problem list. Often, a condition is about a clinician's assessment and assertion of a particular aspect of an individual's state of health. \r\n\r\nIt can be used to record information about a disease/illness identified from the application of clinical reasoning over the pathologic and pathophysiologic findings (diagnosis), or identification of health issues/situations that a practitioner considers harmful, potentially harmful and may be investigated and managed (problem), or other health issue/situation that may require ongoing monitoring and/or management (health issue/concern).",
  "name": "UKCoreCondition",
  "abstract": false,
  "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "type": "Condition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "UK Core Condition",
  "package_version": "0.0.11-pre-release",
  "status": "active",
  "id": "dbf4e1df-2a8e-45da-b02f-9166d92f1069",
  "kind": "resource",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition",
  "version": "2.5.0",
  "differential": {
    "element": [ {
      "id": "Condition.extension:conditionEpisode",
      "path": "Condition.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode" ]
      } ],
      "short": "The episodicity value of the condition can be represented by one of the following codes: \\nfirst | new | review | end.",
      "sliceName": "conditionEpisode"
    }, {
      "id": "Condition.clinicalStatus",
      "path": "Condition.clinicalStatus",
      "short": "The clinical status of the condition.",
      "mustSupport": true
    }, {
      "id": "Condition.verificationStatus",
      "path": "Condition.verificationStatus",
      "short": "The verification status to support the clinical status of the condition.",
      "mustSupport": true
    }, {
      "id": "Condition.category",
      "path": "Condition.category",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCategory",
        "description": "A ValueSet to identify the category of a condition."
      }
    }, {
      "id": "Condition.severity",
      "path": "Condition.severity",
      "short": "A subjective assessment of the severity of the condition as evaluated by the clinician.",
      "mustSupport": true
    }, {
      "id": "Condition.code",
      "path": "Condition.code",
      "short": "Identification of the condition, problem or diagnosis.",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCode",
        "description": "A code from the SNOMED Clinical Terminology UK with the expression (<404684003 |Clinical finding| OR <413350009 |Finding with explicit context| OR <272379006 |Event|)."
      },
      "mustSupport": true
    }, {
      "id": "Condition.bodySite",
      "path": "Condition.bodySite",
      "binding": {
        "strength": "preferred"
      }
    }, {
      "id": "Condition.subject",
      "path": "Condition.subject",
      "short": "Indicates the patient or group who the condition record is associated with.",
      "mustSupport": true
    }, {
      "id": "Condition.recorder",
      "path": "Condition.recorder",
      "short": "Individual who recorded the record and takes responsibility for its content.",
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "name": "HL7 UK",
    "telecom": [ {
      "use": "work",
      "rank": 1,
      "value": "ukcore@hl7.org.uk",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition"
}