FHIR IG Statistics: StructureDefinition/ext-StopType
Package | nictiz.fhir.nl.r4.medicationprocess9 |
Resource Type | StructureDefinition |
Id | ext-StopType |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/StructureDefinition/ext-StopType |
URL | http://nictiz.nl/fhir/StructureDefinition/ext-StopType |
Version | 2.0.0-rc.1 |
Status | active |
Name | ExtStopType |
Title | ext StopType |
Realm | nl |
Description | An extension to provide the manner in which medication is discontinued (temporary or definitive). |
Purpose | This extension represents the MedicationAgreementStopType and AdministrationAgreementStopType concepts, and the MedicationUseStopType and VariableDosingRegimenStopType concepts which have a binding on a more restricted ValueSet, of the MedicationProcess9 information standard. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | Extension |
Kind | complex-type |
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "ext-StopType",
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-StopType",
"version": "2.0.0-rc.1",
"name": "ExtStopType",
"title": "ext StopType",
"status": "active",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "url",
"value": "https://www.nictiz.nl",
"use": "work"
}
]
}
],
"description": "An extension to provide the manner in which medication is discontinued (temporary or definitive).",
"purpose": "This extension represents the MedicationAgreementStopType and AdministrationAgreementStopType concepts, and the MedicationUseStopType and VariableDosingRegimenStopType concepts which have a binding on a more restricted ValueSet, of the MedicationProcess9 information standard.",
"copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "MedicationRequest"
},
{
"type": "element",
"expression": "MedicationDispense"
},
{
"type": "element",
"expression": "MedicationStatement"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"definition": "This StopType modifier extension works differently than the `.status` element of resources because it has a different meaning. The `.status` element usually represents the status of the resource at the moment of exchanging the resource. This means that over the lifetime of a resource, the status may change (and is very much related to use period). That – in itself – makes solely mapping StopType (which may never change in an instance) to `.status` not suitable.\r\n\r\nFor example: suppose you want the patient to stop taking medication definitively three days from today. This is a stop medication agreement with a StopType of _definitive_. However today, tomorrow and the day after tomorrow the `.status` of this medication agreement is _active_ and only after the end date of the usage period the `.status` should be _stopped_. Status and StopType are simply not the same thing.",
"max": "1",
"isModifier": true,
"isModifierReason": "This element is labeled as a modifier because StopType contains codes that mark the resource as no longer active."
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://nictiz.nl/fhir/StructureDefinition/ext-StopType"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"short": "StopType",
"definition": "Stop type, the manner in which this medication is discontinued or canceled (temporary, definitive or canceled).",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.20.77.11.50--20221216102010"
}
}
]
}
}