FHIR IG Statistics: StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType
Package | fhir.r4.wales.test |
Resource Type | StructureDefinition |
Id | Extension-DataStandardsWales-MedicationCourseOfTherapyType |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=fhir.r4.wales.test@1.0.0&canonical=https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType |
URL | https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-MedicationCourseOfTherapyType |
Version | 1.0.1 |
Status | active |
Date | 2023-11-10 |
Name | ExtensionDataStandardsWalesMedicationCourseOfTherapyType |
Title | Extension Data Standards Wales Medication Course Of Therapy Type |
Realm | us |
Authority | hl7 |
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. |
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": "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"
}
}
]
}
}