| Package | openehr.base |
| Resource Type | StructureDefinition |
| Id | DV-STATE |
| FHIR Version | R5 |
| Source | http://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-DV-STATE.html |
| URL | http://openehr.org/fhir/StructureDefinition/DV-STATE |
| Version | 0.1.0 |
| Status | active |
| Date | 2023-06-27T18:45:58+10:00 |
| Name | DV_STATE |
| Title | DV_STATE |
| Realm | uv |
| Authority | hl7 |
| Description | For representing state values which obey a defined state machine, such as a variable representing the states of an instruction or care process. |
| Type | http://openehr.org/fhir/StructureDefinition/DV_STATE |
| Kind | logical |
No resources found
| StructureDefinition | |
| DATA-VALUE | DATA_VALUE |
| DV-CODED-TEXT | DV_CODED_TEXT |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition DV-STATE
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | DATA_VALUE | For representing state values which obey a defined state machine | |
![]() ![]() | 1..1 | DV_CODED_TEXT | The state name | |
![]() ![]() | 1..1 | boolean | Indicates whether this state is a terminal state | |
{
"resourceType": "StructureDefinition",
"id": "DV-STATE",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
"valueUrl": "https://specifications.openehr.org/releases/RM/Release-1.1.0/data_types.html#_dv_state_class"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
"valueCode": "element-view-as-leaf"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
"valueCode": "element-view-defns-parent"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
}
]
}
}
],
"url": "http://openehr.org/fhir/StructureDefinition/DV-STATE",
"version": "0.1.0",
"name": "DV_STATE",
"title": "DV_STATE",
"status": "active",
"experimental": false,
"date": "2023-06-27T18:45:58+10:00",
"publisher": "openEHR + HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.openehr.org"
}
]
}
],
"description": "For representing state values which obey a defined state machine, such as a variable representing the states of an instruction or care process.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "http://openehr.org/fhir/StructureDefinition/DV_STATE",
"baseDefinition": "http://openehr.org/fhir/StructureDefinition/DATA-VALUE",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.1.0"
}
],
"element": [
{
"id": "DV_STATE",
"path": "DV_STATE",
"short": "For representing state values which obey a defined state machine",
"definition": "For representing state values which obey a defined state machine, such as a variable representing the states of an instruction or care process.",
"comment": "Misuse: The DV_BOOLEAN class should not be used as a replacement for naively modelled enumerated types such as male/female etc. Such values should be coded, and in any case the enumeration often has more than two values.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "DV_STATE.value",
"path": "DV_STATE.value",
"short": "The state name",
"definition": "The state name. State names are determined by a state/event table defined in archetypes, and coded using openEHR Terminology or local archetype terms, as specified by the archetype.",
"min": 1,
"max": "1",
"base": {
"path": "DV_STATE.value",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/DV-CODED-TEXT"
}
],
"isModifier": false
},
{
"id": "DV_STATE.is-terminal",
"path": "DV_STATE.is_terminal",
"short": "Indicates whether this state is a terminal state",
"definition": "Indicates whether this state is a terminal state, such as 'aborted', 'completed' etc. from which no further transitions are possible.",
"min": 1,
"max": "1",
"base": {
"path": "DV_STATE.is_terminal",
"min": 1,
"max": "1"
},
"type": [
{
"code": "boolean"
}
],
"isModifier": false
}
]
},
"differential": {
"element": [
{
"id": "DV_STATE",
"path": "DV_STATE",
"short": "For representing state values which obey a defined state machine",
"definition": "For representing state values which obey a defined state machine, such as a variable representing the states of an instruction or care process.",
"comment": "Misuse: The DV_BOOLEAN class should not be used as a replacement for naively modelled enumerated types such as male/female etc. Such values should be coded, and in any case the enumeration often has more than two values.",
"min": 0,
"max": "*",
"isModifier": false
},
{
"id": "DV_STATE.value",
"path": "DV_STATE.value",
"short": "The state name",
"definition": "The state name. State names are determined by a state/event table defined in archetypes, and coded using openEHR Terminology or local archetype terms, as specified by the archetype.",
"min": 1,
"max": "1",
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/DV-CODED-TEXT"
}
],
"isModifier": false
},
{
"id": "DV_STATE.is-terminal",
"path": "DV_STATE.is_terminal",
"short": "Indicates whether this state is a terminal state",
"definition": "Indicates whether this state is a terminal state, such as 'aborted', 'completed' etc. from which no further transitions are possible.",
"min": 1,
"max": "1",
"type": [
{
"code": "boolean"
}
],
"isModifier": false
}
]
}
}