FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/UUIDDataType

Packageihe-de.iti.xds-vs
TypeStructureDefinition
IdUUIDDataType
FHIR VersionR4
Sourcehttp://www.ihe-d.de/fhir/https://build.fhir.org/ig/IHE-Germany/ITI.XDS.VS/StructureDefinition-UUIDDataType.html
URLhttp://www.ihe-d.de/fhir/StructureDefinition/UUIDDataType
Version4.0.0-alpha1
Statusdraft
Date2025-04-14
NameUUIDDataType
TitleUUIDDataType (LM)
Realmde
Authorityihe
DescriptionThis logical model describes a DCE Universally Unique Identifier; e.g. urn:uuid:9e0110f8-4748-4f1e-b0a8-cecae32209c7 (cf. https://profiles.ihe.net/ITI/TF/Volume3/ch-4.2.html#4.2.3.1.7).
CopyrightIHE Deutschland e.V.
Typehttp://www.ihe-d.de/fhir/StructureDefinition/UUIDDataType
Kindlogical

Resources that use this resource

StructureDefinition
DocumentEntryDocument Entry (LM)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition UUIDDataType

NameFlagsCard.TypeDescription & Constraintsdoco
.. UUIDDataType 0..*BaseUUIDDataType (LM)
Instances of this logical model can be the target of a Reference
... value 1..1stringthe RFC4122 compliant UUID

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "UUIDDataType",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.ihe-d.de/fhir/ImplementationGuide/ihe-de.iti.xds-vs"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.ihe-d.de/fhir/ImplementationGuide/ihe-de.iti.xds-vs"
          }
        ]
      }
    }
  ],
  "url": "http://www.ihe-d.de/fhir/StructureDefinition/UUIDDataType",
  "version": "4.0.0-alpha1",
  "name": "UUIDDataType",
  "title": "UUIDDataType (LM)",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-14",
  "publisher": "IHE Deutschland e.V., Berlin, Deutschland",
  "contact": [
    {
      "name": "IHE Deutschland e.V., Berlin, Deutschland",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.ihe-d.de"
        },
        {
          "system": "email",
          "value": "info@ihe-d.de"
        }
      ]
    }
  ],
  "description": "This logical model describes a DCE Universally Unique Identifier; e.g. urn:uuid:9e0110f8-4748-4f1e-b0a8-cecae32209c7 (cf. https://profiles.ihe.net/ITI/TF/Volume3/ch-4.2.html#4.2.3.1.7).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE",
          "display": "Germany"
        }
      ]
    }
  ],
  "copyright": "IHE Deutschland e.V.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://www.ihe-d.de/fhir/StructureDefinition/UUIDDataType",
  "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": "UUIDDataType",
        "path": "UUIDDataType",
        "short": "UUIDDataType (LM)",
        "definition": "UUIDDataType",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "UUIDDataType.value",
        "path": "UUIDDataType.value",
        "short": "the RFC4122 compliant UUID",
        "definition": "the RFC4122 compliant UUID",
        "min": 1,
        "max": "1",
        "base": {
          "path": "UUIDDataType.value",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "UUIDDataType",
        "path": "UUIDDataType",
        "short": "UUIDDataType (LM)",
        "definition": "UUIDDataType"
      },
      {
        "id": "UUIDDataType.value",
        "path": "UUIDDataType.value",
        "short": "the RFC4122 compliant UUID",
        "definition": "the RFC4122 compliant UUID",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}