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

FHIR IG analytics

Packagejohnmoehrke.ORcoordination.example
Resource TypeStructureDefinition
IdStructureDefinition-Verification.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/JohnMoehrke/ORcoordination/StructureDefinition-Verification.html
URLhttp://johnmoehrke.github.io/ORcoordination/StructureDefinition/Verification
Version0.1.0
Statusdraft
Date2026-03-27T16:45:53+00:00
NameVerification
TitleVerification Logical Model
Realmuv
DescriptionA conceptual model representing a verification event tied to a case and task. Captures who verified, how verification was performed, timing, and confidence. Key Concept: Verification transforms assumed completion into confirmed truth.
Typehttp://johnmoehrke.github.io/ORcoordination/StructureDefinition/Verification
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition Verification

NameFlagsCard.TypeDescription & Constraintsdoco
.. Verification 0..*BaseVerification Logical Model
... verificationId 1..1IdentifierUnique identifier for the verification event
... caseId 1..1IdentifierIdentifier of the related case
... taskId 1..1IdentifierIdentifier of the related task
... verifiedBy 1..1BackboneElementEntity that performed the verification
.... entityType 1..1codeType of verifying entity
.... entityId 1..1IdentifierIdentifier of the verifying entity
... verificationMethod 1..1codeVerification method: MANUAL_CONFIRMATION | SYSTEM_SYNC | MESSAGE_RESPONSE | AUTO_MATCH
... timestamp 1..1dateTimeWhen the verification occurred
... confidenceScore 0..1decimalConfidence score associated with the verification

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "Verification",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://johnmoehrke.github.io/ORcoordination/StructureDefinition/Verification",
  "version": "0.1.0",
  "name": "Verification",
  "title": "Verification Logical Model",
  "status": "draft",
  "date": "2026-03-27T16:45:53+00:00",
  "publisher": "John Moehrke (himself)",
  "contact": [
    {
      "name": "John Moehrke (himself)",
      "telecom": [
        {
          "system": "url",
          "value": "http://MoehrkeResearch.com"
        },
        {
          "system": "email",
          "value": "JohnMoehrke@gmail.com"
        }
      ]
    }
  ],
  "description": "A conceptual model representing a verification event tied to a case and task. Captures who verified, how verification was performed, timing, and confidence.\n\nKey Concept: \nVerification transforms assumed completion into confirmed truth. ",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://johnmoehrke.github.io/ORcoordination/StructureDefinition/Verification",
  "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": "Verification",
        "path": "Verification",
        "short": "Verification Logical Model",
        "definition": "A conceptual model representing a verification event tied to a case and task. Captures who verified, how verification was performed, timing, and confidence.\n\nKey Concept: \nVerification transforms assumed completion into confirmed truth. ",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "Verification.verificationId",
        "path": "Verification.verificationId",
        "short": "Unique identifier for the verification event",
        "definition": "Unique identifier for the verification event",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Verification.verificationId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Verification.caseId",
        "path": "Verification.caseId",
        "short": "Identifier of the related case",
        "definition": "Identifier of the related case",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Verification.caseId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Verification.taskId",
        "path": "Verification.taskId",
        "short": "Identifier of the related task",
        "definition": "Identifier of the related task",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Verification.taskId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy",
        "path": "Verification.verifiedBy",
        "short": "Entity that performed the verification",
        "definition": "Entity that performed the verification",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Verification.verifiedBy",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "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"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy.id",
        "path": "Verification.verifiedBy.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "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,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy.extension",
        "path": "Verification.verifiedBy.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy.modifierExtension",
        "path": "Verification.verifiedBy.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "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.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "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": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy.entityType",
        "path": "Verification.verifiedBy.entityType",
        "short": "Type of verifying entity",
        "definition": "Type of verifying entity",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Verification.verifiedBy.entityType",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy.entityId",
        "path": "Verification.verifiedBy.entityId",
        "short": "Identifier of the verifying entity",
        "definition": "Identifier of the verifying entity",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Verification.verifiedBy.entityId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Verification.verificationMethod",
        "path": "Verification.verificationMethod",
        "short": "Verification method: MANUAL_CONFIRMATION | SYSTEM_SYNC | MESSAGE_RESPONSE | AUTO_MATCH",
        "definition": "Verification method: MANUAL_CONFIRMATION | SYSTEM_SYNC | MESSAGE_RESPONSE | AUTO_MATCH",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Verification.verificationMethod",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Verification.timestamp",
        "path": "Verification.timestamp",
        "short": "When the verification occurred",
        "definition": "When the verification occurred",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Verification.timestamp",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Verification.confidenceScore",
        "path": "Verification.confidenceScore",
        "short": "Confidence score associated with the verification",
        "definition": "Confidence score associated with the verification",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Verification.confidenceScore",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "decimal"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Verification",
        "path": "Verification",
        "short": "Verification Logical Model",
        "definition": "A conceptual model representing a verification event tied to a case and task. Captures who verified, how verification was performed, timing, and confidence.\n\nKey Concept: \nVerification transforms assumed completion into confirmed truth. "
      },
      {
        "id": "Verification.verificationId",
        "path": "Verification.verificationId",
        "short": "Unique identifier for the verification event",
        "definition": "Unique identifier for the verification event",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Verification.caseId",
        "path": "Verification.caseId",
        "short": "Identifier of the related case",
        "definition": "Identifier of the related case",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Verification.taskId",
        "path": "Verification.taskId",
        "short": "Identifier of the related task",
        "definition": "Identifier of the related task",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy",
        "path": "Verification.verifiedBy",
        "short": "Entity that performed the verification",
        "definition": "Entity that performed the verification",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy.entityType",
        "path": "Verification.verifiedBy.entityType",
        "short": "Type of verifying entity",
        "definition": "Type of verifying entity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Verification.verifiedBy.entityId",
        "path": "Verification.verifiedBy.entityId",
        "short": "Identifier of the verifying entity",
        "definition": "Identifier of the verifying entity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Verification.verificationMethod",
        "path": "Verification.verificationMethod",
        "short": "Verification method: MANUAL_CONFIRMATION | SYSTEM_SYNC | MESSAGE_RESPONSE | AUTO_MATCH",
        "definition": "Verification method: MANUAL_CONFIRMATION | SYSTEM_SYNC | MESSAGE_RESPONSE | AUTO_MATCH",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Verification.timestamp",
        "path": "Verification.timestamp",
        "short": "When the verification occurred",
        "definition": "When the verification occurred",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Verification.confidenceScore",
        "path": "Verification.confidenceScore",
        "short": "Confidence score associated with the verification",
        "definition": "Confidence score associated with the verification",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      }
    ]
  }
}