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

FHIR IG analytics

Packagetw.gov.mohw.hpa.pad
Resource TypeStructureDefinition
IdStructureDefinition-DateTime-pad.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hpapa2025/pad/StructureDefinition-DateTime-pad.html
URLhttps://hpacorepa.hpa.gov.tw/pad/StructureDefinition/DateTime-pad
Version0.1.0
Statusactive
Date2025-12-25T07:56:00+00:00
NameDateTimePAD
TitlePAD DateTime
Realmtw
Authoritynational
Description此PAD DateTime Data Type Profile說明本IG如何進一步定義FHIR的DateTime資料類型以呈現DateTime
TypedateTime
Kindprimitive-type

Resources that use this resource

StructureDefinition
Observation-body-weight-pad體重-Observation Body Weight PAD
Observation-exercise-pad單次運動紀錄-Observation Exercise PAD
extension-nutritionintake-recordedNutritionIntakeRecorded

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition DateTime-pad

NameFlagsCard.TypeDescription & Constraintsdoco
.. dateTime C0..*dateTimePrimitive Type dateTime
Constraints: datetime-mm

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "DateTime-pad",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/DateTime-pad",
  "version": "0.1.0",
  "name": "DateTimePAD",
  "title": "PAD DateTime",
  "status": "active",
  "date": "2025-12-25T07:56:00+00:00",
  "publisher": "衛生福利部國民健康署",
  "contact": [
    {
      "name": "衛生福利部國民健康署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hpa.gov.tw"
        }
      ]
    }
  ],
  "description": "此PAD DateTime Data Type Profile說明本IG如何進一步定義FHIR的DateTime資料類型以呈現DateTime",
  "fhirVersion": "4.0.1",
  "kind": "primitive-type",
  "abstract": false,
  "type": "dateTime",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/dateTime",
  "derivation": "constraint",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "dateTime",
        "path": "dateTime",
        "short": "Primitive Type dateTime",
        "definition": "A date, date-time or partial date (e.g. just year or year + month).  If hours and minutes are specified, a time zone SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored.                 Dates SHALL be valid dates.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "dateTime",
          "min": 0,
          "max": "*"
        },
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "datetime-mm",
            "severity": "error",
            "human": "日期時間至少要精確到分鐘",
            "expression": "value.length() > 16",
            "source": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/DateTime-pad"
          }
        ],
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "dateTime.id",
        "path": "dateTime.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "dateTime.extension",
        "path": "dateTime.extension",
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "dateTime.value",
        "path": "dateTime.value",
        "representation": [
          "xmlAttr"
        ],
        "short": "Primitive value for dateTime",
        "definition": "The actual value",
        "min": 0,
        "max": "1",
        "base": {
          "path": "dateTime.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "dateTime"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/regex",
                "valueString": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.DateTime"
          }
        ],
        "isModifier": false,
        "isSummary": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "dateTime",
        "path": "dateTime",
        "constraint": [
          {
            "key": "datetime-mm",
            "severity": "error",
            "human": "日期時間至少要精確到分鐘",
            "expression": "value.length() > 16",
            "source": "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/DateTime-pad"
          }
        ]
      }
    ]
  }
}