ConditionDefinition
A definition of a condition and information relevant to managing it.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/ConditionDefinition| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/ConditionDefinition/[id] |
| Vread | GET | /fhir/R5/ConditionDefinition/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/ConditionDefinition/[id] |
| Patch | PATCH | /fhir/R5/ConditionDefinition/[id] |
| Delete | DELETE | /fhir/R5/ConditionDefinition/[id] |
| Create | POST | /fhir/R5/ConditionDefinition |
| Search | GET | /fhir/R5/ConditionDefinition?... |
| History | GET | /fhir/R5/ConditionDefinition/[id]/_history |
| Type-history | GET | /fhir/R5/ConditionDefinition/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
url | uri | 0..1 | Canonical identifier for this condition definition, represented as a URI (globally unique) |
identifier | Identifier | 0..* | Additional identifier for the condition definition |
version | string | 0..1 | Business version of the condition definition |
versionAlgorithm[x] | string / Coding | 0..1 | How to compare versions |
name | string | 0..1 | Name for this condition definition (computer friendly) |
title | string | 0..1 | Name for this condition definition (human friendly) |
subtitle | string | 0..1 | Subordinate title of the event definition |
status | code | 1..1 | draft |
experimental | boolean | 0..1 | For testing purposes, not real usage |
date | dateTime | 0..1 | Date last changed |
publisher | string | 0..1 | Name of the publisher/steward (organization or individual) |
contact | ContactDetail | 0..* | Contact details for the publisher |
description | markdown | 0..1 | Natural language description of the condition definition |
useContext | UsageContext | 0..* | The context that the content is intended to support |
jurisdiction | CodeableConcept | 0..* | Intended jurisdiction for condition definition (if applicable) |
code | CodeableConcept | 1..1 | Identification of the condition, problem or diagnosis |
severity | CodeableConcept | 0..1 | Subjective severity of condition |
bodySite | CodeableConcept | 0..1 | Anatomical location, if relevant |
stage | CodeableConcept | 0..1 | Stage/grade, usually assessed formally |
hasSeverity | boolean | 0..1 | Whether Severity is appropriate |
hasBodySite | boolean | 0..1 | Whether bodySite is appropriate |
hasStage | boolean | 0..1 | Whether stage is appropriate |
definition | uri | 0..* | Formal Definition for the condition |
observation | BackboneElement | 0..* | Observations particularly relevant to this condition |
medication | BackboneElement | 0..* | Medications particularly relevant for this condition |
precondition | BackboneElement | 0..* | Observation that suggets this condition |
team | Reference | 0..* | Appropriate team for this condition |
questionnaire | BackboneElement | 0..* | Questionnaire for this condition |
plan | BackboneElement | 0..* | Plan that is appropriate |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
context | token | A use context assigned to the activity definition |
context-quantity | quantity | A quantity- or range-valued use context assigned to the activity definition |
context-type | token | A type of use context assigned to the activity definition |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the activity definition |
context-type-value | composite | A use context type and value assigned to the activity definition |
date | date | The activity definition publication date |
description | string | The description of the activity definition |
identifier | token | External identifier for the activity definition |
jurisdiction | token | Intended jurisdiction for the activity definition |
name | string | Computationally friendly name of the activity definition |
publisher | string | Name of the publisher of the activity definition |
status | token | The current status of the activity definition |
title | string | The human-friendly name of the activity definition |
url | uri | The uri that identifies the activity definition |
version | token | The business version of the activity definition |
Reference
- Official FHIR R5 spec:
ConditionDefinition - Maturity: Draft (FMM 0).