PackagesCanonicalsLogsProblems
    Packages
    cezih.osnova@0.2.3
    http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-condition
{
  "description": "Podatci o zdravstvenom slučaju.\\n\\nKoncept Slučaja predstavlja određeni zdravstveni problem ili stanje pacijenta u određenom trenutku u vremenu. Slučaj je definiran sa tri osnovna atributa: dijagnoza, vrijeme početka i završetka problema odnosno stanja te status slučaja. \\n\\nDomenski model podataka o Slučaju prikazan je na slijedećoj slici.\\n\\n\\n\\n\\n
Slika 1 - Domenski model podataka o slučaju
\\nKako je prikazano na slici 1 podatci o slučaju se sastoje od \\n* jedinstvenog identifikatora slučaja kojeg dodjeljuje ova usluga prilikom kreiranja slučaja (identifier)\\n* datum završetka slučaja (abatement date)\\n* datum početka slučaja (onset date)\\n* datum kada je slučaj zabilježen (recorded date)\\n* status slučaja (clinical status)\\n* status verifikacije slučaja (verification status)\\n* dijagnoza (identification of HI)\\n* vezani slučaj (related)\\n* posjeta u kojoj je identificiran slučaj (encounter)\\n* pacijent (subject)\\n* liječnik koji je identificirao slučaj (asserter)\\n* liječnik koji je zabilježio slučaj (recorder)\\n\\nNa slijedećoj slici su prikazana stanja slučaja (clinical status).\\n\\n\\n\\n\\n
Slika 2 - Model stanja
", "_filename": "StructureDefinition-hr-condition.json", "package_name": "cezih.osnova", "date": "2022-12-14", "derivation": "constraint", "meta": { "source": "#4eOEuDE0i1oyz86e", "versionId": "80", "lastUpdated": "2024-01-11T10:29:32.447+00:00" }, "publisher": null, "fhirVersion": "4.0.1", "jurisdiction": [ { "text": "Croatia", "coding": [ { "code": "HR", "system": "urn:iso:std:iso:3166", "display": "Croatia" } ] } ], "name": "HRCondition", "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": null, "resourceType": "StructureDefinition", "title": "Slučaj", "package_version": "0.2.3", "snapshot": { "element": [ { "constraint": [ { "key": "con-3", "human": "Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item", "xpath": "exists(f:clinicalStatus) or exists(f:verificationStatus/f:coding/f:code/@value='entered-in-error') or not(exists(category[@value='problem-list-item']))", "source": "http://hl7.org/fhir/StructureDefinition/Condition", "severity": "warning", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", "valueMarkdown": "Most systems will expect a clinicalStatus to be valued for problem-list-items that are managed over time, but might not need a clinicalStatus for point in time encounter-diagnosis." } ], "expression": "clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()" }, { "key": "con-4", "human": "If condition is abated, then clinicalStatus must be either inactive, resolved, or remission", "xpath": "not(exists(*[starts-with(local-name(.), 'abatement')])) or exists(f:clinicalStatus/f:coding[f:system/@value='http://terminology.hl7.org/CodeSystem/condition-clinical' and f:code/@value=('resolved', 'remission', 'inactive')])", "source": "http://hl7.org/fhir/StructureDefinition/Condition", "severity": "error", "expression": "abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()" }, { "key": "con-5", "human": "Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error", "xpath": "not(exists(f:verificationStatus/f:coding[f:system/@value='http://terminology.hl7.org/CodeSystem/condition-ver-status' and f:code/@value='entered-in-error'])) or not(exists(f:clinicalStatus))", "source": "http://hl7.org/fhir/StructureDefinition/Condition", "severity": "error", "expression": "verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()" }, { "key": "dom-2", "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "xpath": "not(parent::f:contained and f:contained)", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.contained.empty()" }, { "key": "dom-3", "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" }, { "key": "dom-4", "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" }, { "key": "dom-5", "human": "If a resource is contained in another resource, it SHALL NOT have a security label", "xpath": "not(exists(f:contained/*/f:meta/f:security))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.meta.security.empty()" }, { "key": "dom-6", "human": "A resource should have narrative for robust management", "xpath": "exists(f:text/h:div)", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "warning", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." } ], "expression": "text.`div`.exists()" } ], "path": "Condition", "min": 0, "definition": "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.", "isModifier": false, "short": "Informacije o zdravstvenom slučaju", "mapping": [ { "map": "Entity. Role, or Act", "identity": "rim" }, { "map": "Event", "identity": "workflow" }, { "map": "< 243796009 |Situation with explicit context| : 246090004 |Associated finding| = ( ( < 404684003 |Clinical finding| MINUS ( << 420134006 |Propensity to adverse reactions| OR << 473010000 |Hypersensitivity condition| OR << 79899007 |Drug interaction| OR << 69449002 |Drug action| OR << 441742003 |Evaluation finding| OR << 307824009 |Administrative status| OR << 385356007 |Tumor stage finding|)) OR < 272379006 |Event|)", "identity": "sct-concept" }, { "map": "PPR message", "identity": "v2" }, { "map": "Observation[classCode=OBS, moodCode=EVN, code=ASSERTION, value, "identity": "rim" } ], "max": "*", "id": "Condition", "base": { "max": "*", "min": 0, "path": "Condition" }, "isSummary": false }, { "path": "Condition.id", "min": 0, "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "isModifier": false, "short": "Logical id of this artifact", "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "id" } ] } ], "max": "1", "id": "Condition.id", "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", "base": { "max": "1", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.meta", "min": 0, "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", "isModifier": false, "short": "Metadata about the resource", "type": [ { "code": "Meta" } ], "max": "1", "id": "Condition.meta", "base": { "max": "1", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.implicitRules", "min": 0, "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", "isModifier": true, "short": "A set of rules under which this content was created", "type": [ { "code": "uri" } ], "max": "1", "id": "Condition.implicitRules", "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", "base": { "max": "1", "min": 0, "path": "Resource.implicitRules" }, "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.language", "min": 0, "definition": "The base language in which the resource is written.", "isModifier": false, "short": "Language of the resource content", "type": [ { "code": "code" } ], "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" } ], "description": "A human language." }, "max": "1", "id": "Condition.language", "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "base": { "max": "1", "min": 0, "path": "Resource.language" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.text", "min": 0, "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "isModifier": false, "short": "Text summary of the resource, for human interpretation", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "Condition.text", "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", "base": { "max": "1", "min": 0, "path": "DomainResource.text" }, "isSummary": false }, { "path": "Condition.contained", "min": 0, "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "isModifier": false, "short": "Contained, inline Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "Condition.contained", "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.extension", "min": 0, "definition": "An Extension", "isModifier": false, "short": "Extension", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "max": "*", "id": "Condition.extension", "base": { "max": "*", "min": 0, "path": "DomainResource.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.extension", "min": 0, "definition": "Ekstenzija definira vezu i tip veze prema drugom slučaju zdravlja (Health Issue). Predmetni slučaj može biti komplikacija, komorbiditet, zamjena itd. slučaja prema kojem ima vezu (referencu).", "isModifier": false, "short": "Veza prema slučaju zdravlja", "type": [ { "code": "Extension", "profile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/vezani-slucaj" ] } ], "mustSupport": true, "sliceName": "VezaniSlucaj", "max": "1", "id": "Condition.extension:VezaniSlucaj", "condition": [ "ele-1" ], "base": { "max": "*", "min": 0, "path": "DomainResource.extension" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Condition.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier", "requirements": "Allows identification of the condition as it is known by various participating systems and in a way that remains consistent across servers.", "min": 0, "definition": "Business identifiers assigned to this condition by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", "isModifier": false, "short": "Identifikator slučaja dodjeljen od strane servisa", "mapping": [ { "map": "Event.identifier", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" }, { "map": ".id", "identity": "rim" } ], "slicing": { "rules": "open", "discriminator": [ { "path": "system", "type": "value" } ] }, "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "*", "id": "Condition.identifier", "comment": "This is a business identifier, not a resource identifier (see [discussion](http://hl7.org/fhir/R4/resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", "base": { "max": "*", "min": 0, "path": "Condition.identifier" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier", "requirements": "Allows identification of the condition as it is known by various participating systems and in a way that remains consistent across servers.", "min": 0, "definition": "Ovaj identifikator dodjeljuje usluga \"Upravljanje slučajevima\" prilikom kreiranja novog slučaja ili kreiranja ponovljenog slučaja. Ovaj identifikator se smatra globalno jedinstven i nemogu postojati dva slučaja sa istim identifikatorom ovog tipa.", "isModifier": false, "short": "Jedinstveni identifikator slučaja", "mapping": [ { "map": "Event.identifier", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" }, { "map": ".id", "identity": "rim" } ], "type": [ { "code": "Identifier" } ], "mustSupport": true, "sliceName": "globalni-identifikator", "max": "1", "id": "Condition.identifier:globalni-identifikator", "comment": "This is a business identifier, not a resource identifier (see [discussion](http://hl7.org/fhir/R4/resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", "base": { "max": "*", "min": 0, "path": "Condition.identifier" }, "isSummary": true }, { "path": "Condition.identifier.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Condition.identifier:globalni-identifikator.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.identifier.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Condition.identifier:globalni-identifikator.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.use", "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", "min": 0, "definition": "The purpose of this identifier.", "isModifier": true, "short": "usual | official | temp | secondary | old (If known)", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierUse" } ], "description": "Identifies the purpose for this identifier, if known ." }, "max": "1", "id": "Condition.identifier:globalni-identifikator.use", "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", "base": { "max": "1", "min": 0, "path": "Identifier.use" }, "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.type", "requirements": "Allows users to make use of identifiers when the identifier system is not known.", "min": 0, "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", "isModifier": false, "short": "Description of identifier", "mapping": [ { "map": "CX.5", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierType" } ], "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." }, "max": "1", "id": "Condition.identifier:globalni-identifikator.type", "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", "base": { "max": "1", "min": 0, "path": "Identifier.type" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.system", "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", "min": 1, "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", "isModifier": false, "short": "Vrsta identifikatora", "fixedUri": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-slucaja", "mapping": [ { "map": "CX.4 / EI-2-4", "identity": "v2" }, { "map": "II.root or Role.id.root", "identity": "rim" }, { "map": "./IdentifierType", "identity": "servd" } ], "type": [ { "code": "uri" } ], "max": "1", "id": "Condition.identifier:globalni-identifikator.system", "comment": "Identifier.system is always case sensitive.", "example": [ { "label": "General", "valueUri": "http://www.acme.com/identifiers/patient" } ], "base": { "max": "1", "min": 0, "path": "Identifier.system" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.value", "min": 0, "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", "isModifier": false, "short": "The value that is unique", "mapping": [ { "map": "CX.1 / EI.1", "identity": "v2" }, { "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)", "identity": "rim" }, { "map": "./Value", "identity": "servd" } ], "type": [ { "code": "string" } ], "max": "1", "id": "Condition.identifier:globalni-identifikator.value", "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", "example": [ { "label": "General", "valueString": "123456" } ], "base": { "max": "1", "min": 0, "path": "Identifier.value" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.period", "min": 0, "definition": "Time period during which identifier is/was valid for use.", "isModifier": false, "short": "Time period when id is/was valid for use", "mapping": [ { "map": "CX.7 + CX.8", "identity": "v2" }, { "map": "Role.effectiveTime or implied by context", "identity": "rim" }, { "map": "./StartDate and ./EndDate", "identity": "servd" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "Condition.identifier:globalni-identifikator.period", "base": { "max": "1", "min": 0, "path": "Identifier.period" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.assigner", "min": 0, "definition": "Organization that issued/manages the identifier.", "isModifier": false, "short": "Organization that issued id (may be just text)", "mapping": [ { "map": "CX.4 / (CX.4,CX.9,CX.10)", "identity": "v2" }, { "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper", "identity": "rim" }, { "map": "./IdentifierIssuingAuthority", "identity": "servd" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "max": "1", "id": "Condition.identifier:globalni-identifikator.assigner", "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", "base": { "max": "1", "min": 0, "path": "Identifier.assigner" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier", "requirements": "Allows identification of the condition as it is known by various participating systems and in a way that remains consistent across servers.", "min": 0, "definition": "Ovo je identifikator slučaja koji je dodjeljen slučaju u vanjskom informacijskom sustavu (sustavu koji koristi usluge komponente za Upravljanje slučajevima).\nVanjski sustav može dodjeliti i više ovakvih identifikatora no budući da se ovaj identifikator ne može smatrati globalno jedinstven prilikom [kreiranja novog slučaja](kreiraj_novi_slucaj.html) ili prilikom [kreiranja ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html), slučaju se također dodjeljuje globalni identifikator.\nOvaj tip identifikatora se može dodati, izmjeniti i obrisati iz podataka o slučaju i kroz [zahtjev za izmjenom podataka slučaja](izmjeni_podatke_slucaja.html).", "isModifier": false, "short": "Lokalni identifikator slučaja", "mapping": [ { "map": "Event.identifier", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" }, { "map": ".id", "identity": "rim" } ], "type": [ { "code": "Identifier" } ], "mustSupport": true, "sliceName": "lokalni-identifikator", "max": "*", "id": "Condition.identifier:lokalni-identifikator", "comment": "This is a business identifier, not a resource identifier (see [discussion](http://hl7.org/fhir/R4/resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", "base": { "max": "*", "min": 0, "path": "Condition.identifier" }, "isSummary": true }, { "path": "Condition.identifier.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Condition.identifier:lokalni-identifikator.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.identifier.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Condition.identifier:lokalni-identifikator.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.use", "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", "min": 0, "definition": "The purpose of this identifier.", "isModifier": true, "short": "usual | official | temp | secondary | old (If known)", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierUse" } ], "description": "Identifies the purpose for this identifier, if known ." }, "max": "1", "id": "Condition.identifier:lokalni-identifikator.use", "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", "base": { "max": "1", "min": 0, "path": "Identifier.use" }, "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.type", "requirements": "Allows users to make use of identifiers when the identifier system is not known.", "min": 0, "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", "isModifier": false, "short": "Description of identifier", "mapping": [ { "map": "CX.5", "identity": "v2" }, { "map": "Role.code or implied by context", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "IdentifierType" } ], "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." }, "max": "1", "id": "Condition.identifier:lokalni-identifikator.type", "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", "base": { "max": "1", "min": 0, "path": "Identifier.type" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.system", "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", "min": 1, "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", "isModifier": false, "short": "Vrsta identifikatora", "fixedUri": "http://fhir.cezih.hr/specifikacije/identifikatori/lokalni-identifikator-slucaja", "mapping": [ { "map": "CX.4 / EI-2-4", "identity": "v2" }, { "map": "II.root or Role.id.root", "identity": "rim" }, { "map": "./IdentifierType", "identity": "servd" } ], "type": [ { "code": "uri" } ], "max": "1", "id": "Condition.identifier:lokalni-identifikator.system", "comment": "Identifier.system is always case sensitive.", "example": [ { "label": "General", "valueUri": "http://www.acme.com/identifiers/patient" } ], "base": { "max": "1", "min": 0, "path": "Identifier.system" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.value", "min": 0, "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", "isModifier": false, "short": "The value that is unique", "mapping": [ { "map": "CX.1 / EI.1", "identity": "v2" }, { "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)", "identity": "rim" }, { "map": "./Value", "identity": "servd" } ], "type": [ { "code": "string" } ], "max": "1", "id": "Condition.identifier:lokalni-identifikator.value", "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", "example": [ { "label": "General", "valueString": "123456" } ], "base": { "max": "1", "min": 0, "path": "Identifier.value" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.period", "min": 0, "definition": "Time period during which identifier is/was valid for use.", "isModifier": false, "short": "Time period when id is/was valid for use", "mapping": [ { "map": "CX.7 + CX.8", "identity": "v2" }, { "map": "Role.effectiveTime or implied by context", "identity": "rim" }, { "map": "./StartDate and ./EndDate", "identity": "servd" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "Condition.identifier:lokalni-identifikator.period", "base": { "max": "1", "min": 0, "path": "Identifier.period" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.identifier.assigner", "min": 0, "definition": "Organization that issued/manages the identifier.", "isModifier": false, "short": "Organization that issued id (may be just text)", "mapping": [ { "map": "CX.4 / (CX.4,CX.9,CX.10)", "identity": "v2" }, { "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper", "identity": "rim" }, { "map": "./IdentifierIssuingAuthority", "identity": "servd" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "max": "1", "id": "Condition.identifier:lokalni-identifikator.assigner", "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", "base": { "max": "1", "min": 0, "path": "Identifier.assigner" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.clinicalStatus", "min": 0, "definition": "Klinički status slučaja se mijenja kroz poruke zahtjeva za upavljanje slučajevima kako je to opisano u [Slučajevima uporabe usluge za upravljanje slučajevima](slucajevi_uporabe.html). Status ne postavlja korisnik usluge već se on postavlja od strane same usluge za upravljanje slučajevima. Ukoliko korisnik pošalje neku vrijednost ona će biti zanemarena te će vrijednost ovog atributa biti postavljena na slijedeći način.\n\n[Prilikom kreiranja novog slučaja](kreiraj_novi_slucaj.html) dodljejuje se klinički startus \"active\".\n[Prilikom kreiranja ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) dodjeljuje se klinički status \"recurrence\"\n[Prilikom promjene statusa slučaja u remisija](promjeni_status_slucaja_u_remisija.html) dodjeljuje se klinički status \"remission\"\n[Prilikom promjene statusa slučaja u recidiv](promjeni_status_slucaja_u_recidiv.html) dodjeljuje se klinički status \"relapse\"\n[Prilikom zatvaranja slučaja](zatvori_slucaj.html) dodjeljuje se klinički status \"resolved\"\n[Prilikom brisanja slučaja](obrisi_slucaj.html) dodjeljuje se klinički status \"inactive\" s time da se vrijednost atributa \"verificationStatus\" postavlja u \"entered-in-error\"", "isModifier": true, "short": "Klinički status slučaja", "mapping": [ { "map": "Event.status", "identity": "workflow" }, { "map": "FiveWs.status", "identity": "w5" }, { "map": "< 303105007 |Disease phases|", "identity": "sct-concept" }, { "map": "PRB-14", "identity": "v2" }, { "map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"clinicalStatus\", moodCode=EVN].value", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ConditionClinicalStatus" } ], "description": "The clinical status of the condition or diagnosis." }, "max": "1", "id": "Condition.clinicalStatus", "condition": [ "con-3", "con-4", "con-5" ], "comment": "The data type is CodeableConcept because clinicalStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", "base": { "max": "1", "min": 0, "path": "Condition.clinicalStatus" }, "isModifierReason": "This element is labeled as a modifier because the status contains codes that mark the condition as no longer active.", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.verificationStatus", "min": 0, "definition": "Vrijednost potvrde slučaja se postavlja ovisno o poruci tj statusu zdravstvenog slučaja pacijenta. Vrijednost postavlja korisnik usluge a moguće vrijednosti su ovisno o poruci.\n\n[Prilikom kreiranja novog slučaja](kreiraj_novi_slucaj.html), [kreiranja ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) i [prilikom promjene podataka o slučaju](izmjeni_podatke_slucaja.html) moguće su vrijednosti \"unconfirmed\", \"provisional\", \"differential\", \"confirmed\".\n[Prilikom zatvaranja slučaja](zatvori_slucaj.html) moguće su vrijednosti \"confirmed\", \"refuted\".\n[Prilikom brisanja slučaja](obrisi_slucaj.html) usluga automatski postavlja vrijednost ovog atributa u \"entered-in-error\" i zanemaruje vrijednost ovog atributa poslanog u poruci.", "isModifier": true, "short": "Status potvrde slučaja", "mapping": [ { "map": "Event.status", "identity": "workflow" }, { "map": "FiveWs.status", "identity": "w5" }, { "map": "< 410514004 |Finding context value|", "identity": "sct-concept" }, { "map": "PRB-13", "identity": "v2" }, { "map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"verificationStatus\", moodCode=EVN].value", "identity": "rim" }, { "map": "408729009", "identity": "sct-attr" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ConditionVerificationStatus" } ], "description": "The verification status to support or decline the clinical status of the condition or diagnosis." }, "max": "1", "id": "Condition.verificationStatus", "condition": [ "con-3", "con-5" ], "comment": "verificationStatus is not required. For example, when a patient has abdominal pain in the ED, there is not likely going to be a verification status.\nThe data type is CodeableConcept because verificationStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", "base": { "max": "1", "min": 0, "path": "Condition.verificationStatus" }, "isModifierReason": "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.", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.category", "min": 0, "definition": "A category assigned to the condition.", "isModifier": false, "short": "Kategorija slučaja", "mapping": [ { "map": "FiveWs.class", "identity": "w5" }, { "map": "< 404684003 |Clinical finding|", "identity": "sct-concept" }, { "map": "'problem' if from PRB-3. 'diagnosis' if from DG1 segment in PV1 message", "identity": "v2" }, { "map": ".code", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/condition-category", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ConditionCategory" } ], "description": "A category assigned to the condition." }, "max": "*", "id": "Condition.category", "comment": "The categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts.", "base": { "max": "*", "min": 0, "path": "Condition.category" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.severity", "min": 0, "definition": "A subjective assessment of the severity of the condition as evaluated by the clinician.", "isModifier": false, "short": "Ozbiljnost slučaja", "mapping": [ { "map": "FiveWs.grade", "identity": "w5" }, { "map": "< 272141005 |Severities|", "identity": "sct-concept" }, { "map": "PRB-26 / ABS-3", "identity": "v2" }, { "map": "Can be pre/post-coordinated into value. Or ./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"severity\"].value", "identity": "rim" }, { "map": "246112005", "identity": "sct-attr" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ConditionSeverity" } ], "description": "A subjective assessment of the severity of the condition as evaluated by the clinician." }, "max": "1", "id": "Condition.severity", "comment": "Coding of the severity with a terminology is preferred, where possible.", "base": { "max": "1", "min": 0, "path": "Condition.severity" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.code", "requirements": "0..1 to account for primarily narrative only resources.", "min": 0, "definition": "Identification of the condition, problem or diagnosis.", "isModifier": false, "short": "Dijagnoza zdravstvenog slučaja prema MKB10 klasifikaciji", "mapping": [ { "map": "Event.code", "identity": "workflow" }, { "map": "FiveWs.what[x]", "identity": "w5" }, { "map": "code 246090004 |Associated finding| (< 404684003 |Clinical finding| MINUS\n<< 420134006 |Propensity to adverse reactions| MINUS \n<< 473010000 |Hypersensitivity condition| MINUS \n<< 79899007 |Drug interaction| MINUS\n<< 69449002 |Drug action| MINUS \n<< 441742003 |Evaluation finding| MINUS \n<< 307824009 |Administrative status| MINUS \n<< 385356007 |Tumor stage finding|) \nOR < 413350009 |Finding with explicit context|\nOR < 272379006 |Event|", "identity": "sct-concept" }, { "map": "PRB-3", "identity": "v2" }, { "map": ".value", "identity": "rim" }, { "map": "246090004", "identity": "sct-attr" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "required", "valueSet": "http://fhir.cezih.hr/specifikacije/ValueSet/icd10-hr" }, "alias": [ "type" ], "max": "1", "id": "Condition.code", "base": { "max": "1", "min": 0, "path": "Condition.code" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.bodySite", "min": 0, "definition": "The anatomical location where this condition manifests itself.", "isModifier": false, "short": "Anatomska lokacija, ukoliko je potrebno specificirati", "mapping": [ { "map": "< 442083009 |Anatomical or acquired body structure|", "identity": "sct-concept" }, { "map": ".targetBodySiteCode", "identity": "rim" }, { "map": "363698007", "identity": "sct-attr" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/body-site", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "BodySite" } ], "description": "Codes describing anatomical locations. May include laterality." }, "max": "*", "id": "Condition.bodySite", "comment": "Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [bodySite](http://hl7.org/fhir/R4/extension-bodysite.html). May be a summary code, or a reference to a very precise definition of the location, or both.", "base": { "max": "*", "min": 0, "path": "Condition.bodySite" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "K2IbmQnn", "human": "Ako se pacijent referencira sa identifikatorom potrebno je specificirati i tip resursa \"Patient\"", "severity": "error", "expression": "iif($this.identifier.exists(), $this.type = 'Patient', true)" } ], "path": "Condition.subject", "requirements": "Group is typically used for veterinary or public health use cases.", "min": 1, "definition": "Koristi se logička referenca (identifikator - MBO)", "isModifier": false, "short": "Pacijent na kojeg se odnosi zdravstveni slučaj", "mapping": [ { "map": "Event.subject", "identity": "workflow" }, { "map": "FiveWs.subject[x]", "identity": "w5" }, { "map": "PID-3", "identity": "v2" }, { "map": ".participation[typeCode=SBJ].role[classCode=PAT]", "identity": "rim" }, { "map": "FiveWs.subject", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent" ] } ], "mustSupport": true, "alias": [ "patient" ], "max": "1", "id": "Condition.subject", "base": { "max": "1", "min": 1, "path": "Condition.subject" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "MDkCazcq", "human": "Ako se posjeta u kojoj je kreiran slučaj referencira sa identifikatorom potrebno je specificirati i tip resursa \"Encounter\"", "severity": "error", "expression": "iif($this.identifier.exists(), $this.type = 'Encounter', true)" } ], "path": "Condition.encounter", "min": 0, "definition": "Koristi se logička referenca (identifikator posjete koji je usluga Upravljanje posjetama dodjelila slučaju prilikom kreiiranja nove posjete).", "isModifier": false, "short": "Posjeta unutar koje je prvi puta kreiran slučaj", "mapping": [ { "map": "Event.context", "identity": "workflow" }, { "map": "FiveWs.context", "identity": "w5" }, { "map": "PV1-19 (+PV1-54)", "identity": "v2" }, { "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter" ] } ], "mustSupport": true, "max": "1", "id": "Condition.encounter", "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. This record indicates the encounter this particular record is associated with. In the case of a \"new\" diagnosis reflecting ongoing/revised information about the condition, this might be distinct from the first encounter in which the underlying condition was first \"known\".", "base": { "max": "1", "min": 0, "path": "Condition.encounter" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.onset[x]", "min": 0, "definition": "Ovo vrijeme ne mora biti jednako vremenu kada su informacije o slučaju zabilježene. Moguće je kreirati podatke o slučaju za slučajeve koji su se pojavili u prošlosti. Može se koristiti datum (puni ili samo godina) ili starost pacijenta (npr u dobi od 40 godina).\nOvaj podatak se može specificirati i mijenjati samo kroz slijedeće poruke. \n\n[Kreiranje novog slučaja](kreiraj_novi_slucaj.html), [Kreiranje ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) i [Promjena podataka o slučaju](izmjeni_podatke_slucaja.html).\n\nUkoliko se pošalje u bilo kojoj drugoj poruci biti će zanemaren.", "isModifier": false, "short": "Vrijeme pojavljevanja slučaja", "mapping": [ { "map": "Event.occurrence[x]", "identity": "workflow" }, { "map": "FiveWs.init", "identity": "w5" }, { "map": "PRB-16", "identity": "v2" }, { "map": ".effectiveTime.low or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at onset\"].value", "identity": "rim" } ], "type": [ { "code": "dateTime" }, { "code": "Age" }, { "code": "Period" }, { "code": "Range" }, { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Condition.onset[x]", "comment": "Age is generally used when the patient reports an age at which the Condition began to occur.", "base": { "max": "1", "min": 0, "path": "Condition.onset[x]" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.abatement[x]", "min": 0, "definition": "Moguće je kreirati podatke o slučaju za slučajeve koji su se pojavili u prošlosti i koji su zatvoreni u prošlosti. Može se koristiti datum (puni ili samo godina) ili starost pacijenta (npr u dobi od 40 godina).\n\nOvaj podatak se može specificirati i mijenjati samo kroz slijedeće poruke. \n\n[Kreiranje novog slučaja](kreiraj_novi_slucaj.html), [Kreiranje ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) i [Promjena podataka o slučaju](izmjeni_podatke_slucaja.html).\n\nUkoliko se pošalje u bilo kojoj drugoj poruci biti će zanemaren.", "isModifier": false, "short": "Vrijeme kada je slučaj rješen (zatvoren)", "mapping": [ { "map": "FiveWs.done[x]", "identity": "w5" }, { "map": ".effectiveTime.high or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at remission\"].value or .inboundRelationship[typeCode=SUBJ]source[classCode=CONC, moodCode=EVN].status=completed", "identity": "rim" } ], "type": [ { "code": "dateTime" }, { "code": "Age" }, { "code": "Period" }, { "code": "Range" }, { "code": "string" } ], "mustSupport": true, "max": "1", "id": "Condition.abatement[x]", "condition": [ "con-4" ], "comment": "There is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the Condition abated. If there is no abatement element, it is unknown whether the condition has resolved or entered remission; applications and users should generally assume that the condition is still valid. When abatementString exists, it implies the condition is abated.", "base": { "max": "1", "min": 0, "path": "Condition.abatement[x]" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.recordedDate", "min": 0, "definition": "Ovo vrijeme dodjeljuje sustav. Ukoliko korisnik pošalje ovaj podatak u bio kojoj poruci biti će zanemaren i koristit će se vrijeme kada je [novi](kreiraj_novi_slucaj.html) ili [ponovljeni slučaj](kreiraj_ponovljeni_slucaj.html) kreiran.", "isModifier": false, "short": "Vrijeme kreiranja podataka o slučaju", "mapping": [ { "map": "FiveWs.recorded", "identity": "w5" }, { "map": "REL-11", "identity": "v2" }, { "map": ".participation[typeCode=AUT].time", "identity": "rim" } ], "type": [ { "code": "dateTime" } ], "mustSupport": true, "max": "1", "id": "Condition.recordedDate", "base": { "max": "1", "min": 0, "path": "Condition.recordedDate" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "eSZDi9YH", "human": "Ako se zdravstveni djelatnik referencira sa identifikatorom potrebno je specificirati tip resursa \"Practitioner\"", "severity": "error", "expression": "iif($this.identifier.exists(), $this.type = 'Practitioner', true)" } ], "path": "Condition.recorder", "min": 0, "definition": "Ovaj podatak se može specificirati samo u porukama\n[Kreiranje novog slučaja](kreiraj_novi_slucaj.html), [Kreiranje ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) i jednak je autoru poruke.\n\nU svim ostalim porukama podatak će se zanemariti.", "isModifier": false, "short": "Liječnik koji je zabilježio slučaj", "mapping": [ { "map": "FiveWs.author", "identity": "w5" }, { "map": ".participation[typeCode=AUT].role", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner" ] } ], "mustSupport": true, "max": "1", "id": "Condition.recorder", "base": { "max": "1", "min": 0, "path": "Condition.recorder" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "khaAlq0Y", "human": "Ako se zdravstveni djelatnik referencira sa identifikatorom potrebno je specificirati tip resursa \"Practitioner\"", "severity": "error", "expression": "iif($this.identifier.exists(), $this.type = 'Practitioner', true)" } ], "path": "Condition.asserter", "min": 0, "definition": "Ovaj podatak se može specificirati samo u porukama\n[Kreiranje novog slučaja](kreiraj_novi_slucaj.html), [Kreiranje ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html), [Promjena podataka o slučaju](izmjeni_podatke_slucaja.html) .\n\nU svim ostalim porukama podatak će se zanemariti.", "isModifier": false, "short": "Liječnik koji je dijagnosticirao slučaj", "mapping": [ { "map": "FiveWs.source", "identity": "w5" }, { "map": "REL-7.1 identifier + REL-7.12 type code", "identity": "v2" }, { "map": ".participation[typeCode=INF].role", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner" ] } ], "mustSupport": true, "max": "1", "id": "Condition.asserter", "base": { "max": "1", "min": 0, "path": "Condition.asserter" }, "isSummary": true }, { "constraint": [ { "key": "con-1", "human": "Stage SHALL have summary or assessment", "xpath": "exists(f:summary) or exists(f:assessment)", "source": "http://hl7.org/fhir/StructureDefinition/Condition", "severity": "error", "expression": "summary.exists() or assessment.exists()" }, { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.stage", "min": 0, "definition": "Clinical stage or grade of a condition. May include formal severity assessments.", "isModifier": false, "short": "Stage/grade, usually assessed formally", "mapping": [ { "map": "./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"stage/grade\"]", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "Condition.stage", "base": { "max": "*", "min": 0, "path": "Condition.stage" }, "isSummary": false }, { "path": "Condition.stage.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Condition.stage.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.stage.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Condition.stage.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.stage.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Condition.stage.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.stage.summary", "min": 0, "definition": "A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific.", "isModifier": false, "short": "Simple summary (disease specific)", "mapping": [ { "map": "< 254291000 |Staging and scales|", "identity": "sct-concept" }, { "map": "PRB-14", "identity": "v2" }, { "map": ".value", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ConditionStage" } ], "description": "Codes describing condition stages (e.g. Cancer stages)." }, "max": "1", "id": "Condition.stage.summary", "condition": [ "con-1" ], "base": { "max": "1", "min": 0, "path": "Condition.stage.summary" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.stage.assessment", "min": 0, "definition": "Reference to a formal record of the evidence on which the staging assessment is based.", "isModifier": false, "short": "Formal record of assessment", "mapping": [ { "map": ".self", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", "http://hl7.org/fhir/StructureDefinition/Observation" ] } ], "max": "*", "id": "Condition.stage.assessment", "condition": [ "con-1" ], "base": { "max": "*", "min": 0, "path": "Condition.stage.assessment" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.stage.type", "min": 0, "definition": "The kind of staging, such as pathological or clinical staging.", "isModifier": false, "short": "Kind of staging", "mapping": [ { "map": "./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"stage type\"]", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ConditionStageType" } ], "description": "Codes describing the kind of condition staging (e.g. clinical or pathological)." }, "max": "1", "id": "Condition.stage.type", "base": { "max": "1", "min": 0, "path": "Condition.stage.type" }, "isSummary": false }, { "constraint": [ { "key": "con-2", "human": "evidence SHALL have code or details", "xpath": "exists(f:code) or exists(f:detail)", "source": "http://hl7.org/fhir/StructureDefinition/Condition", "severity": "error", "expression": "code.exists() or detail.exists()" }, { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.evidence", "min": 0, "definition": "Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.", "isModifier": false, "short": "Supporting evidence", "mapping": [ { "map": ".outboundRelationship[typeCode=SPRT].target[classCode=OBS, moodCode=EVN]", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "Condition.evidence", "comment": "The evidence may be a simple list of coded symptoms/manifestations, or references to observations or formal assessments, or both.", "base": { "max": "*", "min": 0, "path": "Condition.evidence" }, "isSummary": false }, { "path": "Condition.evidence.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Condition.evidence.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.evidence.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Condition.evidence.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.evidence.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "Condition.evidence.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.evidence.code", "min": 0, "definition": "A manifestation or symptom that led to the recording of this condition.", "isModifier": false, "short": "Manifestation/symptom", "mapping": [ { "map": "Event.reasonCode", "identity": "workflow" }, { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": "< 404684003 |Clinical finding|", "identity": "sct-concept" }, { "map": "[code=\"diagnosis\"].value", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ManifestationOrSymptom" } ], "description": "Codes that describe the manifestation or symptoms of a condition." }, "max": "*", "id": "Condition.evidence.code", "condition": [ "con-2" ], "base": { "max": "*", "min": 0, "path": "Condition.evidence.code" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.evidence.detail", "min": 0, "definition": "Links to other relevant information, including pathology reports.", "isModifier": false, "short": "Supporting information found elsewhere", "mapping": [ { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": ".self", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ] } ], "max": "*", "id": "Condition.evidence.detail", "condition": [ "con-2" ], "base": { "max": "*", "min": 0, "path": "Condition.evidence.detail" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.note", "min": 0, "definition": "Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis.", "isModifier": false, "short": "Dodatna zabilješka o slučaju", "mapping": [ { "map": "Event.note", "identity": "workflow" }, { "map": "NTE child of PRB", "identity": "v2" }, { "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", "identity": "rim" } ], "type": [ { "code": "Annotation" } ], "mustSupport": true, "max": "*", "id": "Condition.note", "base": { "max": "*", "min": 0, "path": "Condition.note" }, "isSummary": false }, { "path": "Condition.note.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Condition.note.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.note.extension", "min": 1, "definition": "An Extension", "isModifier": false, "short": "Vrsta zabilješke", "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension", "profile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-annotation-type" ] } ], "mustSupport": true, "max": "1", "id": "Condition.note.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "Condition.note.extension.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Condition.note.extension.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "Condition.note.extension.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "Condition.note.extension.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "Condition.note.extension.url", "min": 1, "definition": "Source of the definition for the extension code - a logical name or a URL.", "isModifier": false, "short": "identifies the meaning of the extension", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "uri" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "Condition.note.extension.url", "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.", "base": { "max": "1", "min": 1, "path": "Extension.url" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.note.extension.value[x]", "min": 0, "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/R4/extensibility.html) for a list).", "isModifier": false, "short": "Value of extension", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSet": "http://fhir.cezih.hr/specifikacije/ValueSet/condition-annotation-type" }, "max": "1", "id": "Condition.note.extension.value[x]", "base": { "max": "1", "min": 0, "path": "Extension.value[x]" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.note.author[x]", "min": 0, "definition": "The individual responsible for making the annotation.", "isModifier": false, "short": "Individual responsible for the annotation", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Act.participant[typeCode=AUT].role", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Organization" ] }, { "code": "string" } ], "max": "1", "id": "Condition.note.author[x]", "comment": "Organization is used when there's no need for specific attribution as to who made the comment.", "base": { "max": "1", "min": 0, "path": "Annotation.author[x]" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.note.time", "min": 0, "definition": "Indicates when this particular annotation was made.", "isModifier": false, "short": "When the annotation was made", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Act.effectiveTime", "identity": "rim" } ], "type": [ { "code": "dateTime" } ], "max": "1", "id": "Condition.note.time", "base": { "max": "1", "min": 0, "path": "Annotation.time" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "Condition.note.text", "min": 1, "definition": "The text of the annotation in markdown format.", "isModifier": false, "short": "The annotation - text content (as markdown)", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "Act.text", "identity": "rim" } ], "type": [ { "code": "markdown" } ], "max": "1", "id": "Condition.note.text", "base": { "max": "1", "min": 1, "path": "Annotation.text" }, "isSummary": true } ] }, "status": "active", "id": "3931020e-2f09-4bc9-901b-ac5fc74fe10c", "kind": "resource", "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-condition", "version": "0.2.3", "differential": { "element": [ { "id": "Condition", "path": "Condition", "short": "Informacije o zdravstvenom slučaju" }, { "id": "Condition.extension", "path": "Condition.extension", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] } }, { "path": "Condition.extension", "min": 0, "definition": "Ekstenzija definira vezu i tip veze prema drugom slučaju zdravlja (Health Issue). Predmetni slučaj može biti komplikacija, komorbiditet, zamjena itd. slučaja prema kojem ima vezu (referencu).", "short": "Veza prema slučaju zdravlja", "type": [ { "code": "Extension", "profile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/vezani-slucaj" ] } ], "mustSupport": true, "sliceName": "VezaniSlucaj", "max": "1", "id": "Condition.extension:VezaniSlucaj" }, { "id": "Condition.identifier", "path": "Condition.identifier", "short": "Identifikator slučaja dodjeljen od strane servisa", "slicing": { "rules": "open", "discriminator": [ { "path": "system", "type": "value" } ] }, "mustSupport": false }, { "id": "Condition.identifier:globalni-identifikator", "max": "1", "path": "Condition.identifier", "short": "Jedinstveni identifikator slučaja", "sliceName": "globalni-identifikator", "definition": "Ovaj identifikator dodjeljuje usluga \"Upravljanje slučajevima\" prilikom kreiranja novog slučaja ili kreiranja ponovljenog slučaja. Ovaj identifikator se smatra globalno jedinstven i nemogu postojati dva slučaja sa istim identifikatorom ovog tipa.", "mustSupport": true }, { "id": "Condition.identifier:globalni-identifikator.system", "min": 1, "path": "Condition.identifier.system", "short": "Vrsta identifikatora", "fixedUri": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-slucaja" }, { "id": "Condition.identifier:lokalni-identifikator", "max": "*", "path": "Condition.identifier", "short": "Lokalni identifikator slučaja", "sliceName": "lokalni-identifikator", "definition": "Ovo je identifikator slučaja koji je dodjeljen slučaju u vanjskom informacijskom sustavu (sustavu koji koristi usluge komponente za Upravljanje slučajevima).\nVanjski sustav može dodjeliti i više ovakvih identifikatora no budući da se ovaj identifikator ne može smatrati globalno jedinstven prilikom [kreiranja novog slučaja](kreiraj_novi_slucaj.html) ili prilikom [kreiranja ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html), slučaju se također dodjeljuje globalni identifikator.\nOvaj tip identifikatora se može dodati, izmjeniti i obrisati iz podataka o slučaju i kroz [zahtjev za izmjenom podataka slučaja](izmjeni_podatke_slucaja.html).", "mustSupport": true }, { "id": "Condition.identifier:lokalni-identifikator.system", "min": 1, "path": "Condition.identifier.system", "short": "Vrsta identifikatora", "fixedUri": "http://fhir.cezih.hr/specifikacije/identifikatori/lokalni-identifikator-slucaja" }, { "id": "Condition.clinicalStatus", "min": 0, "path": "Condition.clinicalStatus", "short": "Klinički status slučaja", "definition": "Klinički status slučaja se mijenja kroz poruke zahtjeva za upavljanje slučajevima kako je to opisano u [Slučajevima uporabe usluge za upravljanje slučajevima](slucajevi_uporabe.html). Status ne postavlja korisnik usluge već se on postavlja od strane same usluge za upravljanje slučajevima. Ukoliko korisnik pošalje neku vrijednost ona će biti zanemarena te će vrijednost ovog atributa biti postavljena na slijedeći način.\n\n[Prilikom kreiranja novog slučaja](kreiraj_novi_slucaj.html) dodljejuje se klinički startus \"active\".\n[Prilikom kreiranja ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) dodjeljuje se klinički status \"recurrence\"\n[Prilikom promjene statusa slučaja u remisija](promjeni_status_slucaja_u_remisija.html) dodjeljuje se klinički status \"remission\"\n[Prilikom promjene statusa slučaja u recidiv](promjeni_status_slucaja_u_recidiv.html) dodjeljuje se klinički status \"relapse\"\n[Prilikom zatvaranja slučaja](zatvori_slucaj.html) dodjeljuje se klinički status \"resolved\"\n[Prilikom brisanja slučaja](obrisi_slucaj.html) dodjeljuje se klinički status \"inactive\" s time da se vrijednost atributa \"verificationStatus\" postavlja u \"entered-in-error\"", "mustSupport": true }, { "id": "Condition.verificationStatus", "path": "Condition.verificationStatus", "short": "Status potvrde slučaja", "definition": "Vrijednost potvrde slučaja se postavlja ovisno o poruci tj statusu zdravstvenog slučaja pacijenta. Vrijednost postavlja korisnik usluge a moguće vrijednosti su ovisno o poruci.\n\n[Prilikom kreiranja novog slučaja](kreiraj_novi_slucaj.html), [kreiranja ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) i [prilikom promjene podataka o slučaju](izmjeni_podatke_slucaja.html) moguće su vrijednosti \"unconfirmed\", \"provisional\", \"differential\", \"confirmed\".\n[Prilikom zatvaranja slučaja](zatvori_slucaj.html) moguće su vrijednosti \"confirmed\", \"refuted\".\n[Prilikom brisanja slučaja](obrisi_slucaj.html) usluga automatski postavlja vrijednost ovog atributa u \"entered-in-error\" i zanemaruje vrijednost ovog atributa poslanog u poruci.", "mustSupport": true }, { "id": "Condition.category", "path": "Condition.category", "short": "Kategorija slučaja", "mustSupport": true }, { "id": "Condition.severity", "path": "Condition.severity", "short": "Ozbiljnost slučaja", "mustSupport": true }, { "id": "Condition.code", "min": 0, "path": "Condition.code", "short": "Dijagnoza zdravstvenog slučaja prema MKB10 klasifikaciji", "binding": { "strength": "required", "valueSet": "http://fhir.cezih.hr/specifikacije/ValueSet/icd10-hr" }, "mustSupport": true }, { "id": "Condition.bodySite", "path": "Condition.bodySite", "short": "Anatomska lokacija, ukoliko je potrebno specificirati", "mustSupport": true }, { "id": "Condition.subject", "path": "Condition.subject", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent" ] } ], "short": "Pacijent na kojeg se odnosi zdravstveni slučaj", "constraint": [ { "key": "K2IbmQnn", "human": "Ako se pacijent referencira sa identifikatorom potrebno je specificirati i tip resursa \"Patient\"", "severity": "error", "expression": "iif($this.identifier.exists(), $this.type = 'Patient', true)" } ], "definition": "Koristi se logička referenca (identifikator - MBO)", "mustSupport": true }, { "id": "Condition.encounter", "path": "Condition.encounter", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter" ] } ], "short": "Posjeta unutar koje je prvi puta kreiran slučaj", "constraint": [ { "key": "MDkCazcq", "human": "Ako se posjeta u kojoj je kreiran slučaj referencira sa identifikatorom potrebno je specificirati i tip resursa \"Encounter\"", "severity": "error", "expression": "iif($this.identifier.exists(), $this.type = 'Encounter', true)" } ], "definition": "Koristi se logička referenca (identifikator posjete koji je usluga Upravljanje posjetama dodjelila slučaju prilikom kreiiranja nove posjete).", "mustSupport": true }, { "id": "Condition.onset[x]", "path": "Condition.onset[x]", "short": "Vrijeme pojavljevanja slučaja", "definition": "Ovo vrijeme ne mora biti jednako vremenu kada su informacije o slučaju zabilježene. Moguće je kreirati podatke o slučaju za slučajeve koji su se pojavili u prošlosti. Može se koristiti datum (puni ili samo godina) ili starost pacijenta (npr u dobi od 40 godina).\nOvaj podatak se može specificirati i mijenjati samo kroz slijedeće poruke. \n\n[Kreiranje novog slučaja](kreiraj_novi_slucaj.html), [Kreiranje ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) i [Promjena podataka o slučaju](izmjeni_podatke_slucaja.html).\n\nUkoliko se pošalje u bilo kojoj drugoj poruci biti će zanemaren.", "mustSupport": true }, { "id": "Condition.abatement[x]", "path": "Condition.abatement[x]", "short": "Vrijeme kada je slučaj rješen (zatvoren)", "definition": "Moguće je kreirati podatke o slučaju za slučajeve koji su se pojavili u prošlosti i koji su zatvoreni u prošlosti. Može se koristiti datum (puni ili samo godina) ili starost pacijenta (npr u dobi od 40 godina).\n\nOvaj podatak se može specificirati i mijenjati samo kroz slijedeće poruke. \n\n[Kreiranje novog slučaja](kreiraj_novi_slucaj.html), [Kreiranje ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) i [Promjena podataka o slučaju](izmjeni_podatke_slucaja.html).\n\nUkoliko se pošalje u bilo kojoj drugoj poruci biti će zanemaren.", "mustSupport": true }, { "id": "Condition.recordedDate", "path": "Condition.recordedDate", "short": "Vrijeme kreiranja podataka o slučaju", "definition": "Ovo vrijeme dodjeljuje sustav. Ukoliko korisnik pošalje ovaj podatak u bio kojoj poruci biti će zanemaren i koristit će se vrijeme kada je [novi](kreiraj_novi_slucaj.html) ili [ponovljeni slučaj](kreiraj_ponovljeni_slucaj.html) kreiran.", "mustSupport": true }, { "id": "Condition.recorder", "path": "Condition.recorder", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner" ] } ], "short": "Liječnik koji je zabilježio slučaj", "constraint": [ { "key": "eSZDi9YH", "human": "Ako se zdravstveni djelatnik referencira sa identifikatorom potrebno je specificirati tip resursa \"Practitioner\"", "severity": "error", "expression": "iif($this.identifier.exists(), $this.type = 'Practitioner', true)" } ], "definition": "Ovaj podatak se može specificirati samo u porukama\n[Kreiranje novog slučaja](kreiraj_novi_slucaj.html), [Kreiranje ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html) i jednak je autoru poruke.\n\nU svim ostalim porukama podatak će se zanemariti.", "mustSupport": true }, { "id": "Condition.asserter", "path": "Condition.asserter", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner" ] } ], "short": "Liječnik koji je dijagnosticirao slučaj", "constraint": [ { "key": "khaAlq0Y", "human": "Ako se zdravstveni djelatnik referencira sa identifikatorom potrebno je specificirati tip resursa \"Practitioner\"", "severity": "error", "expression": "iif($this.identifier.exists(), $this.type = 'Practitioner', true)" } ], "definition": "Ovaj podatak se može specificirati samo u porukama\n[Kreiranje novog slučaja](kreiraj_novi_slucaj.html), [Kreiranje ponovljenog slučaja](kreiraj_ponovljeni_slucaj.html), [Promjena podataka o slučaju](izmjeni_podatke_slucaja.html) .\n\nU svim ostalim porukama podatak će se zanemariti.", "mustSupport": true }, { "id": "Condition.note", "path": "Condition.note", "short": "Dodatna zabilješka o slučaju", "mustSupport": true }, { "id": "Condition.note.extension", "max": "1", "min": 1, "path": "Condition.note.extension", "type": [ { "code": "Extension", "profile": [ "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-annotation-type" ] } ], "short": "Vrsta zabilješke", "mustSupport": true }, { "id": "Condition.note.extension.value[x]", "path": "Condition.note.extension.value[x]", "type": [ { "code": "Coding" } ], "binding": { "strength": "required", "valueSet": "http://fhir.cezih.hr/specifikacije/ValueSet/condition-annotation-type" } } ] }, "contact": [ { "name": "Krešimir Kerš", "telecom": [ { "value": "kresimir.kers@ericsson.com", "system": "email" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition" }