ESMD FHIR Implementation Guide
1.0.0 - esmd

ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Extension: Provider Delivery Date Time

Official URL: https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-DeliveryDateTime Version: 1.0.0
Draft as of 2024-02-25 Computable Name: EsmdExtDeliveryDateTime

The Esmd-Ext-DeliveryDateTime is a custom esMD FHIR resource that is used to record the Provider Delivery date and time.

Context of Use

    This extension may be used on the following element(s):

Usage info

Usage:

Formal Views of Extension Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..* Extension Provider Delivery Date Time
... extension 0..0
... url 1..1 uri "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-DeliveryDateTime"
... value[x] C 1..1 string Value of extension
ele-1: All FHIR elements must have a @value or children
esmd-dt-1: DateTime must be in format yyyy-MM-ddTHH:mm:ss.SSS-hh:mm

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..* Extension Provider Delivery Date Time
... id 0..1 string Unique id for inter-element referencing
... extension 0..0
... url 1..1 uri "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-DeliveryDateTime"

doco Documentation for this format

This structure is derived from Extension

Summary

Simple Extension of type string: The Esmd-Ext-DeliveryDateTime is a custom esMD FHIR resource that is used to record the Provider Delivery date and time.

Differential View

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..* Extension Provider Delivery Date Time
... extension 0..0
... url 1..1 uri "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-DeliveryDateTime"
... value[x] C 1..1 string Value of extension
ele-1: All FHIR elements must have a @value or children
esmd-dt-1: DateTime must be in format yyyy-MM-ddTHH:mm:ss.SSS-hh:mm

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..* Extension Provider Delivery Date Time
... id 0..1 string Unique id for inter-element referencing
... extension 0..0
... url 1..1 uri "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-DeliveryDateTime"

doco Documentation for this format

This structure is derived from Extension

Summary

Simple Extension of type string: The Esmd-Ext-DeliveryDateTime is a custom esMD FHIR resource that is used to record the Provider Delivery date and time.

 

Other representations of profile: CSV, Excel, Schematron

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
esmd-dt-1errorExtension.value[x]DateTime must be in format yyyy-MM-ddTHH:mm:ss.SSS-hh:mm
: value.matches('^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2}).([0-9]{3})([+-])([0-9]{2}):([0-9]{2})$')
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()