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

FHIR IG Statistics: StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType

Packagefhir.r4.wales.test
Resource TypeStructureDefinition
IdExtension-DataStandardsWales-MedicationCourseOfTherapyType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.wales.test@1.0.0&canonical=https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType
URLhttps://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType
Version1.0.1
Statusactive
Date2023-11-10
NameExtensionDataStandardsWalesMedicationCourseOfTherapyType
TitleExtension Data Standards Wales Medication Course Of Therapy Type
Realmus
Authorityhl7
DescriptionAn extension to carry an indicator of the overall pattern of medication administration at the MedicationStatement level.
PurposeThis extension carries an indicator of the overall pattern of medication administration at the MedicationStatement level - e.g. Repeat, Acute etc
Copyright2024 NHS Wales.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
DataStandardsWales-MedicationStatementData Standards Wales Medication Statement

Resources that this resource uses

ValueSet
medicationrequest-course-of-therapyMedication request course of therapy codes

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Extension-DataStandardsWales-MedicationCourseOfTherapyType",
  "url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType",
  "version": "1.0.1",
  "name": "ExtensionDataStandardsWalesMedicationCourseOfTherapyType",
  "title": "Extension Data Standards Wales Medication Course Of Therapy Type",
  "status": "active",
  "experimental": false,
  "date": "2023-11-10",
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "Data Standards",
      "telecom": [
        {
          "system": "email",
          "value": "data.standards@wales.nhs.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "An extension to carry an indicator of the overall pattern of medication administration at the MedicationStatement level.",
  "purpose": "This extension carries an indicator of the overall pattern of medication administration at the MedicationStatement level - e.g. Repeat, Acute etc",
  "copyright": "2024 NHS Wales.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationStatement"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Pattern of medication administration",
        "definition": "An extension to support communication of the pattern of medication administration at the MedicationStatement level.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Medication course of therapy type",
        "definition": "A code to represent the medication course of therapy type",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Medication course of therapy type",
          "valueSet": "http://terminology.hl7.org/ValueSet/medicationrequest-course-of-therapy"
        }
      }
    ]
  }
}