Medical Simulation Standards: What can we learn from the DoD?

Post on 24-May-2015

664 views 3 download

Tags:

description

Medical simulation is growing up in the shadow of advanced military simulation. The medical field can learn standardization and interoperability from the military, just as the entire gaming industry did in the 1990s.

transcript

Medical Simulation Standards:What can we learn from DoD?

Roger Smith, PhD, DM, MS, MBAChief Technology Officer

Florida HospitalNicholson Center for Surgical Advancement

roger.smith@flhosp.orgSlides Online at: Modelbenders.com

Approved for Public Release.

DoD has learned a lot in 25 years …

2

SIMNET, 1989

VBS2, 2011

Military Simulation Elements

3

Live Virtual

Constructive Games

Simulation Standards

4

System Design System Interoperability

Hardware Network

Time Management

Operating System Distribution Management

SyntheticEnvironment

ModelsUser Interfaces

Translators

Dat

a M

anag

emen

t

Event Management Object Management

Simulation Management

Model Ontology

Shared Model Proxy

Network Services

Network Protocol

Enumerations

Standards in System Design

Hardware Network

Time Management

Operating System Distribution Management

SyntheticEnvironment

ModelsUser Interfaces

Translators

Dat

a M

anag

emen

t

Event Management Object Management

Simulation Management

From Military Simulation and Serious Games, Roger Smith

Infrastru

cture

User

Exp

erience

Synthetic Environment

• Common and shared representation of the background field • Eliminate duplication of the most common objects that are

often the least dynamic

6

Models

• Structural building blocks for functionality• Object taxonomy for identity and relationships• These are the hardest and least advanced

7

User Interfaces

• Data Creation – building and editing the virtual world• Data Presentation – performance analysis• System Controls – operating the system

8

Translators

• Every device speaks a different language• There is always a need for translation of bits, words,

packets, and forms• Standards for Interoperability can significantly reduce, but

never eliminate this need

9

ABGABCEBEBABCG -0+++--000++--+0-+0-

101101011101010011

Standards in System Interoperability

10

Common Model Ontology

Shared Model Proxy

Network Services

Network Protocol

Enumerations

Common Model Ontology• A formal representation of knowledge as a set of concepts

within a domain, and the relationships between those concepts.

• Used to reason about the entities within that domain.• Required to allow models to interact with each other.

– What are you? – How are you related?– What can I do to you?

11

Shared Model Proxy

• A representation that is a minimal, but essential substitute for the modeled object.

• Provides a least-common-denominator of state values that can be universally agreed upon.

12

Who am I? 1) ~~~~~~2) ~~~~~~3) ~~~~~~4) ~~~~~~5) ~~~~~~

Who am I? 1) ~~~~~~2) ~~~~~~3) ~~~~~~4) ~~~~~~5) ~~~~~~6) ~~~~~~

Who am I? 1) ~~~~~~2) ~~~~~~

Who am I? 1) ~~~~~~2) ~~~~~~

Network Services

• Provided by a common software library that will perform actions in the same manner for everyone.

• Reduces duplicate software and duplicate errors. • Increases standardization of actions, processes, and

protocols

13

Press 1 to send greetingsPress 2 to send a bombPress 3 to intercept callsPress 4 to jam all radios

Network Protocol

• Simulation state information is encoded in formatted messages and exchanged between computers and simulation systems.

• One popular protocol (DIS 6) defines 67 different message types (PDUs), arranged into 12 families.

14

ID: SamSide: RedHealth: 100%Weight: 100 KGLocation: (12, 23, 17)Speed: 10 KPHWeapons: Sword

Enumerations• An exact listing of all of the elements in the set. • These compactly encode data that needs to be understood

by different computer programs. • Ground Vehicle = 100

– Tank = 101– Truck = 102– Robot = 103

• Air Vehicle = 200– Fighter = 201– Tanker = 202– Cargo = 203

• Naval Vehicle = 300– Carrier = 301– Battleship = 302

15

Terrain = 400-River = 401-Tree = 402-Bridge = 403-Building = 404

Medical / Military Collaboration on Standards

• Are both communities prepared to collaborate? • Are they able to persist long enough to bridge differences

in vocabulary, history, customer needs, funding, etc?

• Simulation Interoperability Standards Organization– Medical Simulation SIG

• Society for Simulation in Healthcare– Committee on Technology and Standards

• Slides available at: Modelbenders.com16