FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ext-StopType

Packagehealthdata.be.r4.cbb
Resource TypeStructureDefinition
Idext-StopType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/ext-StopType
URLhttps://fhir.healthdata.be/StructureDefinition/ext-StopType
Statusdraft
Date2022-10-17T09:09:13.9562003+00:00
NameExtStopType
Titleext-StopType
DescriptionAn extension to provide the manner in which medication is discontinued (temporary or definitive).
CopyrightCopyright 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.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
HdBe-MedicationAgreementHdBe-MedicationAgreement
HdBe-MedicationUse2HdBe-MedicationUse2

Resources that this resource uses

ValueSet
MedicationStopTypeMedicationStopType

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-StopType",
  "url": "https://fhir.healthdata.be/StructureDefinition/ext-StopType",
  "name": "ExtStopType",
  "title": "ext-StopType",
  "status": "draft",
  "date": "2022-10-17T09:09:13.9562003+00:00",
  "publisher": "Healthdata.be (Sciensano)",
  "contact": [
    {
      "name": "Service portal – healthdata.be",
      "telecom": [
        {
          "system": "url",
          "value": "https://sciensano.service-now.com/sp",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An extension to provide the manner in which medication is discontinued (temporary or definitive).",
  "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": "fhirpath",
      "expression": "MedicationRequest"
    },
    {
      "type": "fhirpath",
      "expression": "MedicationDispense"
    },
    {
      "type": "fhirpath",
      "expression": "MedicationStatement"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "This StopType ModifierExtension works differently than the `.status` element of resources because it has a different meaning. The `.status` element 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 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 the stoptype contain codes that mark the resource as no longer active."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.healthdata.be/StructureDefinition/ext-StopType"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "StopType",
        "definition": "Stop type, the manner in which this medication is discontinued (temporary or definitive).",
        "comment": "MedicationAgreementStopType, AdministrationAgreementStopType and MedicationUseStopType all have a bound ValueSet that contain the exact same StopType values. These are represented in the CBB with the same Valueset. This MedicationStopType is used to bind  to this extension and reusing this extension for all three concepts.",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "StopType values, based on the valueset named MedicatioStopType, which are applicable for StopType in MedicationAgreement, AdministrationAgreement and MedicationUse.",
          "valueSet": "https://fhir.healthdata.be/ValueSet/MedicationStopType"
        }
      }
    ]
  }
}