FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeStructureDefinition
IdExtension-DataStandardsWales-DateProcedureLastUpdated.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.wales.test@2.3.0&canonical=https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-DateProcedureLastUpdated
URLhttps://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-DateProcedureLastUpdated
Version0.1.0
Statusdraft
Date2025-04-28
NameExtensionDataStandardsWalesDateProcedureLastUpdated
TitleExtension Data Standards Wales Date Procedure Last Updated
Realmus
Authorityhl7
DescriptionAn extension to capture the procedure date was last updated.
PurposeThis extension shows when the procedure date was last updated.
Copyright2025 NHS Wales
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
DataStandardsWales-ImmunizationData Standards Wales Immunization

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "Extension-DataStandardsWales-DateProcedureLastUpdated",
  "url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-DateProcedureLastUpdated",
  "version": "0.1.0",
  "name": "ExtensionDataStandardsWalesDateProcedureLastUpdated",
  "title": "Extension Data Standards Wales Date Procedure Last Updated",
  "status": "draft",
  "date": "2025-04-28",
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "FHIR Standards",
      "telecom": [
        {
          "system": "email",
          "value": "fhir.standards@wales.nhs.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "An extension to capture the procedure date was last updated.",
  "purpose": "This extension shows when the procedure date was last updated.",
  "copyright": "2025 NHS Wales",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Immunization"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-DateProcedureLastUpdated"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}