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

FHIR IG analytics

Packagech.fhir.ig.ch-alis-connect
Resource TypeStructureDefinition
IdStructureDefinition-DateTime.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7ch/ch-alis-connect/StructureDefinition-DateTime.html
URLhttp://fhir.ch/ig/ch-alis-connect/StructureDefinition/DateTime
Version1.0.0-ballot
Statusactive
Date2026-06-13T13:13:54+00:00
NameChAlisDataTypeDateTime
TitleCH ALIS Data Type DateTime
Realmch
Authorityhl7
DescriptionData Type DateTime
CopyrightCC0-1.0
Typehttp://fhir.ch/ig/ch-alis-connect/StructureDefinition/DateTime
Kindlogical

Resources that use this resource

StructureDefinition
ch.fhir.ig.ch-alis-connect#currentDiagnosisCH ALIS Leistungsschnittstelle - Diagnosis
ch.fhir.ig.ch-alis-connect#currentServiceCH ALIS Leistungsschnittstelle - Service
ch.fhir.ig.ch-alis-connect#currentServiceAssignmentCH ALIS Leistungsschnittstelle - ServiceAssignment

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition DateTime

NameFlagsCard.TypeDescription & Constraintsdoco
.. DateTime 0..*BaseXML Namespace: noNamespace
CH ALIS Data Type DateTime
... data 1..1dateTimeDateTime

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "DateTime",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
      "valueUri": "noNamespace"
    }
  ],
  "url": "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/DateTime",
  "version": "1.0.0-ballot",
  "name": "ChAlisDataTypeDateTime",
  "title": "CH ALIS Data Type DateTime",
  "status": "active",
  "date": "2026-06-13T13:13:54+00:00",
  "publisher": "ALIS-Connect",
  "contact": [
    {
      "name": "ALIS-Connect",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.alis-connect.ch/"
        }
      ]
    }
  ],
  "description": "Data Type DateTime",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/DateTime",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "DateTime",
        "path": "DateTime",
        "short": "CH ALIS Data Type DateTime",
        "definition": "DateTime",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "DateTime.data",
        "path": "DateTime.data",
        "representation": [
          "xmlText"
        ],
        "short": "DateTime",
        "definition": "DateTime",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DateTime.data",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DateTime",
        "path": "DateTime",
        "short": "CH ALIS Data Type DateTime",
        "definition": "DateTime"
      },
      {
        "id": "DateTime.data",
        "path": "DateTime.data",
        "representation": [
          "xmlText"
        ],
        "short": "DateTime",
        "definition": "DateTime",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}