FHIR IG Statistics: StructureDefinition/ARCHETYPED
Package | openehr.base |
Type | StructureDefinition |
Id | ARCHETYPED |
FHIR Version | R5 |
Source | http://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-ARCHETYPED.html |
URL | http://openehr.org/fhir/StructureDefinition/ARCHETYPED |
Version | 0.1.0 |
Status | active |
Date | 2024-12-31T18:45:58+10:00 |
Name | ARCHETYPED |
Title | ARCHETYPED |
Realm | uv |
Authority | hl7 |
Description | Archetypes act as the configuration basis for the particular structures of instances defined by the reference model. To enable archetypes to be used to create valid data, key classes in the reference model act as root points for archetyping; accordingly, these classes have the archetype_details attribute set. An instance of the class ARCHETYPED contains the relevant archetype identification information, allowing generating archetypes to be matched up with data instances. |
Type | http://openehr.org/fhir/StructureDefinition/ARCHETYPED |
Kind | logical |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "StructureDefinition",
"id": "ARCHETYPED",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
"valueUrl": "https://specifications.openehr.org/releases/RM/development/common.html#_archetyped_class"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"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/ARCHETYPED",
"version": "0.1.0",
"name": "ARCHETYPED",
"title": "ARCHETYPED",
"status": "active",
"experimental": false,
"date": "2024-12-31T18:45:58+10:00",
"publisher": "openEHR + HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.openehr.org"
}
]
}
],
"description": "Archetypes act as the configuration basis for the particular structures of instances defined by the reference model. To enable archetypes to be used to create valid data, key classes in the reference model act as root points for archetyping; accordingly, these classes have the archetype_details attribute set. An instance of the class ARCHETYPED contains the relevant archetype identification information, allowing generating archetypes to be matched up with data instances.",
"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/ARCHETYPED",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "5.0.0"
}
],
"element": [
{
"id": "ARCHETYPED",
"path": "ARCHETYPED",
"short": "An instance of the class ARCHETYPED contains the relevant archetype identification information",
"definition": "Archetypes act as the configuration basis for the particular structures of instances defined by the reference model. To enable archetypes to be used to create valid data, key classes in the reference model act as root points for archetyping; accordingly, these classes have the archetype_details attribute set. An instance of the class ARCHETYPED contains the relevant archetype identification information, allowing generating archetypes to be matched up with data instances.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "ARCHETYPED.archetype-id",
"path": "ARCHETYPED.archetype_id",
"short": "Globally unique archetype identifier",
"definition": "Globally unique archetype identifier.",
"min": 1,
"max": "1",
"base": {
"path": "ARCHETYPED.archetype_id",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/ARCHETYPE-ID"
}
],
"isModifier": false
},
{
"id": "ARCHETYPED.template-id",
"path": "ARCHETYPED.template_id",
"short": "Globally unique template identifier, if a template was active",
"definition": "Globally unique template identifier, if a template was active at this point in the structure. Normally, a template would only be used at the top of a top-level structure, but the possibility exists for templates at lower levels.",
"min": 0,
"max": "1",
"base": {
"path": "ARCHETYPED.template_id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/TEMPLATE-ID"
}
],
"isModifier": false
},
{
"id": "ARCHETYPED.rm-version",
"path": "ARCHETYPED.rm_version",
"short": "Version of the openEHR reference model used to create this object",
"definition": "Version of the openEHR reference model used to create this object. Expressed in terms of the release version string, e.g. 1.0 , 1.2.4 .",
"min": 0,
"max": "1",
"base": {
"path": "ARCHETYPED.rm_version",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"isModifier": false
}
]
},
"differential": {
"element": [
{
"id": "ARCHETYPED",
"path": "ARCHETYPED",
"short": "An instance of the class ARCHETYPED contains the relevant archetype identification information",
"definition": "Archetypes act as the configuration basis for the particular structures of instances defined by the reference model. To enable archetypes to be used to create valid data, key classes in the reference model act as root points for archetyping; accordingly, these classes have the archetype_details attribute set. An instance of the class ARCHETYPED contains the relevant archetype identification information, allowing generating archetypes to be matched up with data instances.",
"min": 0,
"max": "*",
"isModifier": false
},
{
"id": "ARCHETYPED.archetype-id",
"path": "ARCHETYPED.archetype_id",
"short": "Globally unique archetype identifier",
"definition": "Globally unique archetype identifier.",
"min": 1,
"max": "1",
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/ARCHETYPE-ID"
}
],
"isModifier": false
},
{
"id": "ARCHETYPED.template-id",
"path": "ARCHETYPED.template_id",
"short": "Globally unique template identifier, if a template was active",
"definition": "Globally unique template identifier, if a template was active at this point in the structure. Normally, a template would only be used at the top of a top-level structure, but the possibility exists for templates at lower levels.",
"min": 0,
"max": "1",
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/TEMPLATE-ID"
}
],
"isModifier": false
},
{
"id": "ARCHETYPED.rm-version",
"path": "ARCHETYPED.rm_version",
"short": "Version of the openEHR reference model used to create this object",
"definition": "Version of the openEHR reference model used to create this object. Expressed in terms of the release version string, e.g. 1.0 , 1.2.4 .",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"isModifier": false
}
]
}
}