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

FHIR IG analytics

Packageopenehr.ehds.fhir.dataexchange
Resource TypeStructureDefinition
IdStructureDefinition-DvIdentifier.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/freshehr/EHDS-openEHR-FHIR-IG/StructureDefinition-DvIdentifier.html
URLhttps://ianbennett.github.io/ExampleIG_Ian/StructureDefinition/DvIdentifier
Version0.1.0
Statusdraft
Date2026-03-25T15:55:34+00:00
NameDvIdentifier
Typehttps://ianbennett.github.io/ExampleIG_Ian/StructureDefinition/DvIdentifier
Kindlogical

Resources that use this resource

StructureDefinition
openehr.ehds.fhir.dataexchange#currentGenericLaboratoryReportEHDS - Laboratory report
openehr.ehds.fhir.dataexchange#currentInternationalPatientSummaryInternational Patient Summary
openehr.ehds.fhir.dataexchange#currentOLCarerContingencyPlanOL - Carer contingency plan

Resources that this resource uses

StructureDefinition
openehr.base#currentDV-IDENTIFIERDV_IDENTIFIER

Narrative

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

Generated Narrative: StructureDefinition DvIdentifier

NameFlagsCard.TypeDescription & Constraintsdoco
.. DvIdentifier 0..*DV_IDENTIFIERIdentifier

Elements defined in Ancestors:CR, LF, Local_terminology_id, issuer, assigner, id, type

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "DvIdentifier",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "https://specifications.openehr.org/releases/RM/Release-1.1.0/data_types.html#_dv_identifier_class"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-as-leaf"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-defns-parent"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-replace-cardinality"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-as-leaf"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-defns-parent"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-replace-cardinality"
    }
  ],
  "url": "https://ianbennett.github.io/ExampleIG_Ian/StructureDefinition/DvIdentifier",
  "version": "0.1.0",
  "name": "DvIdentifier",
  "status": "draft",
  "date": "2026-03-25T15:55:34+00:00",
  "publisher": "Ian",
  "contact": [
    {
      "name": "Ian",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://ianbennett.github.io/ExampleIG_Ian/StructureDefinition/DvIdentifier",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/DV-IDENTIFIER",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0-snapshot"
      }
    ],
    "element": [
      {
        "id": "DvIdentifier",
        "path": "DvIdentifier",
        "short": "Identifier",
        "definition": "openEHR Identifier",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "constraint": [
          {
            "key": "Issuer_valid",
            "severity": "error",
            "human": "Issuer valid must not be empty",
            "expression": "issuer.empty().not()",
            "source": "http://openehr.org/fhir/StructureDefinition/DV-IDENTIFIER"
          },
          {
            "key": "Assigner_valid",
            "severity": "error",
            "human": "Assigner valid must not be empty",
            "expression": "assigner.empty().not()",
            "source": "http://openehr.org/fhir/StructureDefinition/DV-IDENTIFIER"
          },
          {
            "key": "Id_valid",
            "severity": "error",
            "human": "Id valid must not be empty",
            "expression": "id.empty().not()",
            "source": "http://openehr.org/fhir/StructureDefinition/DV-IDENTIFIER"
          },
          {
            "key": "Type_valid",
            "severity": "error",
            "human": "Type valid must not be empty",
            "expression": "type.empty().not()",
            "source": "http://openehr.org/fhir/StructureDefinition/DV-IDENTIFIER"
          }
        ],
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DvIdentifier.CR",
        "path": "DvIdentifier.CR",
        "short": "Carriage return character.",
        "definition": "Carriage return character.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BASIC_DEFINITIONS.CR",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DvIdentifier.LF",
        "path": "DvIdentifier.LF",
        "short": "Line feed character.",
        "definition": "Line feed character.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BASIC_DEFINITIONS.LF",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DvIdentifier.Local-terminology-id",
        "path": "DvIdentifier.Local_terminology_id",
        "short": "Predefined terminology identifier",
        "definition": "Predefined terminology identifier to indicate it is local to the knowledge resource in which it occurs, e.g. an archetype",
        "min": 1,
        "max": "1",
        "base": {
          "path": "OPENEHR_DEFINITIONS.Local_terminology_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DvIdentifier.issuer",
        "path": "DvIdentifier.issuer",
        "short": "Optional authority which issues the kind of id used in the id field of this object.",
        "definition": "Optional authority which issues the kind of id used in the id field of this object.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DV_IDENTIFIER.issuer",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DvIdentifier.assigner",
        "path": "DvIdentifier.assigner",
        "short": "Optional organisation that assigned the id to the item being identified.",
        "definition": "Optional organisation that assigned the id to the item being identified.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DV_IDENTIFIER.assigner",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DvIdentifier.id",
        "path": "DvIdentifier.id",
        "short": "The identifier value.",
        "definition": "The identifier value. Often structured, according to the definition of the issuing authority's rules.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DV_IDENTIFIER.id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DvIdentifier.type",
        "path": "DvIdentifier.type",
        "short": "Optional identifier type, such as  prescription , or  Social Security Number .",
        "definition": "Optional identifier type, such as  prescription , or  Social Security Number . One day a controlled vocabulary might be possible for this.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DV_IDENTIFIER.type",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DvIdentifier",
        "path": "DvIdentifier",
        "short": "Identifier",
        "definition": "openEHR Identifier"
      }
    ]
  }
}